Skip to content

Commit 01b3087

Browse files
authored
Update acceptance-tests.yml
1 parent fb203c0 commit 01b3087

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
key: ${{ runner.os }}-go${{ env.GO_VERSION }}-${{ hashFiles('**/go.sum') }}
6161

6262
#- name: Run unit tests
63-
# run: go test ./incapsula
63+
# run: go test -parallel=1 ./incapsula
6464

6565
- name: Run acceptance tests
66-
run: make testacc
66+
run: make testacc -parallel=1

0 commit comments

Comments
 (0)