Skip to content

Commit

Permalink
Updated workflow / makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
amcelroy committed Oct 7, 2024
1 parent ac8b999 commit e24da45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Rust

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
test_osx:
cargo test --target x86_64-apple-darwin
cargo test --target aarch64-apple-darwin

0 comments on commit e24da45

Please sign in to comment.