We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9896c4 + 6732db7 commit 775ae7cCopy full SHA for 775ae7c
.github/workflows/rust.yml
@@ -18,10 +18,10 @@ jobs:
18
- name: Install other libraries
19
run: sudo apt -y install libclang-dev llvm-dev libmetis-dev libopenmpi-dev
20
- name: Build
21
- run: cargo build
+ run: cargo build --release
22
- name: Install mpirun
23
run: cargo install --force cargo-mpirun
24
- name: Run tests
25
env:
26
RUST_BACKTRACE: 1
27
- run: cargo test --verbose -- --test-threads=1
+ run: cargo test --release --verbose -- --test-threads=1
0 commit comments