mirror of
https://github.com/clowzed/sero
synced 2026-03-14 12:45:50 +01:00
run tests consecutively to avoid constraint violation
This commit is contained in:
parent
2b718fbc21
commit
18cc37a535
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
run: cargo test --verbose -- --test-threads=1
|
||||
env:
|
||||
DATABASE_URL: "postgres://postgres:postgres@localhost:5432/postgres"
|
||||
PORT: 8080
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue