From 50b2d40ccf785fe3ebfd674f10d03c346b6d5e7e Mon Sep 17 00:00:00 2001 From: Tate Date: Tue, 7 Nov 2023 15:25:24 -0700 Subject: [PATCH] Fix the build to actually build all the test files --- .github/workflows/integration-tests.yml | 1 + 1 file changed, 1 insertion(+) 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: