Skip to content

Commit 775ae7c

Browse files
Merge pull request #132 from matsim-vsp/ci-release-build
Update rust.yml
2 parents e9896c4 + 6732db7 commit 775ae7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- name: Install other libraries
1919
run: sudo apt -y install libclang-dev llvm-dev libmetis-dev libopenmpi-dev
2020
- name: Build
21-
run: cargo build
21+
run: cargo build --release
2222
- name: Install mpirun
2323
run: cargo install --force cargo-mpirun
2424
- name: Run tests
2525
env:
2626
RUST_BACKTRACE: 1
27-
run: cargo test --verbose -- --test-threads=1
27+
run: cargo test --release --verbose -- --test-threads=1

0 commit comments

Comments
 (0)