1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Do not test workers in CI yet (#1289)

This commit is contained in:
Tom Limoncelli
2021-10-13 13:54:39 -04:00
committed by GitHub
parent 5bffef9afc
commit e94487bd07

View File

@@ -156,5 +156,5 @@ jobs:
- name: Run integration tests for ${{ matrix.provider }} provider
if: env.CAN_CONTINUE == 'yes'
working-directory: integrationTest
run: go test -timeout 20m -v -verbose -provider ${{ matrix.provider }}
run: go test -timeout 20m -v -verbose -provider ${{ matrix.provider }} -cfworkers=false
...