Skip to content

Commit

Permalink
chore(ci): skip e2e tests for now
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Penner <[email protected]>
  • Loading branch information
matthewpi committed May 19, 2024
1 parent ce67e31 commit 86f1ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
env:
CGO_ENABLED: 0
run: |
go test ./...
go test $(go list ./... | grep -v /e2e)
- name: go test -race
env:
CGO_ENABLED: 1
run: |
go test -race ./...
go test -race $(go list ./... | grep -v /e2e)

0 comments on commit 86f1ff0

Please sign in to comment.