mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-06 03:46:02 +08:00
added flag so tests will not run in parallel and corupt the DB for the other test(s)
This commit is contained in:
parent
e2d7d9024a
commit
765d632c7c
1 changed files with 1 additions and 2 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -19,5 +19,4 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: run tests
|
- name: run tests
|
||||||
run: |
|
run: |
|
||||||
go test ./test -v
|
go test -p 1 ./... -v
|
||||||
go test ./controllers -v
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue