We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54f3f0 commit 21888d7Copy full SHA for 21888d7
.github/workflows/main.yml
@@ -12,5 +12,8 @@ jobs:
12
cd monitor && cargo fmt --all -- --check
13
- run: |
14
cd monitor && cargo test --workspace
15
+ - run: |
16
+ rustup target add aarch64-apple-darwin
17
+ cargo check --target aarch64-apple-darwin
18
# TODO: `cargo clippy --workspace -- --deny warnings`
19
# TODO: Check nix derivations
0 commit comments