mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-10 17:48:25 +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
|
||||
- name: run tests
|
||||
run: |
|
||||
go test ./test -v
|
||||
go test ./controllers -v
|
||||
go test -p 1 ./... -v
|
||||
|
|
Loading…
Reference in a new issue