File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 88env :
99 CARGO_TERM_COLOR : always
1010 RUST_BACKTRACE : 1
11- RUST_TEST_THREADS : 1
1211 CARGO_PROFILE_TEST_DEBUG : 0
1312 DATABASE_URL : postgres://db_user:db_pass@localhost:5432/test_db
1413
6059 run : cargo test --no-run --workspace --locked --verbose
6160
6261 - name : Run tests
63- run : cargo test --workspace --locked --verbose -- --test-threads=1
62+ run : cargo test --workspace --locked --verbose
6463
6564 frontend_test :
6665 name : Run frontend tests
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ cargo run --bin fix_invalid_submissions
7171
7272``` bash
7373docker-compose up -d
74- docker-compose exec backend-development cargo test --workspace -- --test-threads=1
74+ docker-compose exec backend-development cargo test --workspace
7575```
7676
7777## Format
You can’t perform that action at this time.
0 commit comments