Skip to content

Commit

Permalink
Fix the build to actually build all the test files
Browse files Browse the repository at this point in the history
  • Loading branch information
tateexon committed Nov 7, 2023
1 parent adec0fe commit 50b2d40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 50b2d40

Please sign in to comment.