We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb203c0 commit 01b3087Copy full SHA for 01b3087
.github/workflows/acceptance-tests.yml
@@ -60,7 +60,7 @@ jobs:
60
key: ${{ runner.os }}-go${{ env.GO_VERSION }}-${{ hashFiles('**/go.sum') }}
61
62
#- name: Run unit tests
63
- # run: go test ./incapsula
+ # run: go test -parallel=1 ./incapsula
64
65
- name: Run acceptance tests
66
- run: make testacc
+ run: make testacc -parallel=1
0 commit comments