Skip to content

Commit 21888d7

Browse files
committed
ci: cargo check for macOS too
1 parent b54f3f0 commit 21888d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ jobs:
1212
cd monitor && cargo fmt --all -- --check
1313
- run: |
1414
cd monitor && cargo test --workspace
15+
- run: |
16+
rustup target add aarch64-apple-darwin
17+
cargo check --target aarch64-apple-darwin
1518
# TODO: `cargo clippy --workspace -- --deny warnings`
1619
# TODO: Check nix derivations

0 commit comments

Comments
 (0)