Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
PaDarochek committed Jan 30, 2025
1 parent 2d74cba commit 305d22f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
export PATH=/root/.cargo/bin:$PATH
export CARGO_TERM_COLOR=always
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
cargo build -j1 --release --verbose -p libcasr
cargo build -j1 --release --verbose -p casr
CARGO_BUILD_JOBS=1 cargo build --release --verbose -p libcasr
CARGO_BUILD_JOBS=1 cargo build --release --verbose -p casr
cargo test --release --verbose --lib -- --test-threads 1
cargo test --release --verbose --package casr

0 comments on commit 305d22f

Please sign in to comment.