added flag so tests will not run in parallel and corupt the DB for the other test(s)

This commit is contained in:
Matthew R Kasun 2021-05-09 15:55:47 -04:00
parent e2d7d9024a
commit 765d632c7c

View file

@ -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