Skip to content

Commit

Permalink
fix: cargo test build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Sep 30, 2024
1 parent ad9ed40 commit 9487c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ test-rust:
- rustup toolchain install $RUST_VERSION
- rustup override set $RUST_VERSION
- rustc --version
- cargo test
- cargo test --features gen-mock
- if [[ $RUST_VERSION != nightly ]]; then cargo bench --features gen-mock; fi
- if [[ $RUST_VERSION == nightly ]]; then cargo bench --features gen-mock,simd; fi

Expand Down

0 comments on commit 9487c09

Please sign in to comment.