Skip to content

Commit

Permalink
Disable casr-dojo build and tests in aarch64 CI (#190)
Browse files Browse the repository at this point in the history
aarch64 CI was hanging
  • Loading branch information
SweetVishnya authored Dec 9, 2023
1 parent 07df626 commit 47adf77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
export PATH=/root/.cargo/bin:$PATH
export CARGO_TERM_COLOR=always
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
cargo build --all-features --release --verbose
cargo build --release --verbose
cargo test --release --verbose --lib -- --test-threads 1
cargo test --release --verbose --package casr

0 comments on commit 47adf77

Please sign in to comment.