test serializedly

This commit is contained in:
sijie.sun
2025-03-08 14:36:31 +08:00
committed by Sijie.Sun
parent 8d654330ac
commit e78b0ef869
2 changed files with 2 additions and 3 deletions

View File

@@ -62,6 +62,6 @@ jobs:
- name: Run tests
run: |
sudo -E env "PATH=$PATH" cargo test --no-default-features --features=full --verbose
sudo -E env "PATH=$PATH" cargo test --no-default-features --features=full --verbose -- --test-threads=1 --nocapture
sudo chown -R $USER:$USER ./target
sudo chown -R $USER:$USER ~/.cargo