diff --git a/.cargo-husky/hooks/pre-commit b/.cargo-husky/hooks/pre-commit index 97a2f878..53501d50 100755 --- a/.cargo-husky/hooks/pre-commit +++ b/.cargo-husky/hooks/pre-commit @@ -12,7 +12,7 @@ echo '+cargo clippy --all -- -D warnings' cargo clippy --all -- -D warnings echo '+cargo test --all' -cargo test --all --test-threads=1 +cargo test --all -- --test-threads=1 echo '+cargo cranky' cargo cranky diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4e3f7b0..7b15fe71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,7 +52,7 @@ test: <<: *rust_cache script: - mkdir -p .git/hooks > /dev/null - - cargo test --all --test-threads=1 + - cargo test --all -- --test-threads=1 release: only: