From 101f03720c130f1517f0341ad7958c563d9649f5 Mon Sep 17 00:00:00 2001 From: rawdaGastan Date: Thu, 3 Oct 2024 14:05:52 +0300 Subject: [PATCH] try wg test --- .github/workflows/grid-client-integration.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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