diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 5676351..1ba9a9c 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -51,7 +51,7 @@ jobs: cargo clippy --examples -- -D warnings - name: Run unit tests (debug) - run: cargo test --lib --features "mpi,strict" + run: cargo test --features "mpi,strict" - name: Run tests (release) run: cargo test --examples --release --features "mpi,strict" - name: Run examples