Fix pipeline

This commit is contained in:
Luke D. Jones
2024-05-17 11:35:36 +12:00
parent fbdb0514d2
commit 9686c41ac4
2 changed files with 2 additions and 2 deletions

View File

@@ -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: