diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index e8c6b26bcb2..17a80a0ee7b 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -81,6 +81,7 @@ jobs: run: | cd ./integration-tests go build ./... + SELECTED_NETWORKS=SIMULATED go test -run=^# ./... - name: Lint Go uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0 with: