diff --git a/.github/workflows/grid-client-integration.yml b/.github/workflows/grid-client-integration.yml index f95ff2d9..6317b160 100644 --- a/.github/workflows/grid-client-integration.yml +++ b/.github/workflows/grid-client-integration.yml @@ -47,7 +47,4 @@ jobs: NETWORK: ${{ matrix.network }} # run: make integration run: | - for test in $(go run scripts/scrap_tests/scrap_tests.go) - do - go test -v ./integration_tests -run $test - done + go test -v ./integration_tests -run TestWG