From 9686c41ac445b464dd7687adc1453a74a1385cb6 Mon Sep 17 00:00:00 2001 From: "Luke D. Jones" Date: Fri, 17 May 2024 11:35:36 +1200 Subject: [PATCH] Fix pipeline --- .cargo-husky/hooks/pre-commit | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: