Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/8.7' into fix/backport_ci_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kruskall committed Oct 5, 2023
2 parents 118971d + 70d4cf4 commit a5f57c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
with:
go-version-file: go.mod
cache: true
- run: go test -v ./...
- env:
CGO_ENABLED: "0"
run: go test -v ./...

system-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a5f57c4

Please sign in to comment.