Skip to content

Commit d5e9b92

Browse files
committed
解放!
1 parent 0001903 commit d5e9b92

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
env:
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

@@ -60,7 +59,7 @@ jobs:
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

atcoder-problems-backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ cargo run --bin fix_invalid_submissions
7171

7272
```bash
7373
docker-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

0 commit comments

Comments
 (0)