Skip to content

Commit

Permalink
Merge pull request #3 from amcelroy/0.5.1
Browse files Browse the repository at this point in the history
Updated workflow / makefile
  • Loading branch information
amcelroy authored Oct 17, 2024
2 parents 4f51e34 + e24da45 commit 66c6840
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 66c6840

Please sign in to comment.