diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 31000a2..68b1302 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,9 +2,8 @@ name: Rust on: push: - branches: [ "main" ] pull_request: - branches: [ "main" ] + workflow_dispatch: env: CARGO_TERM_COLOR: always diff --git a/Makefile b/Makefile index f925919..0fb564b 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ test_osx: - cargo test --target x86_64-apple-darwin \ No newline at end of file + cargo test --target aarch64-apple-darwin \ No newline at end of file