Skip to content

Commit

Permalink
ci(workflow): switch to native go tests
Browse files Browse the repository at this point in the history
  • Loading branch information
moshevayner committed Nov 11, 2023
1 parent a812cfa commit f21525d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
go-version: "1.20"

- name: Run tests
run: make build test
run: go test -mod=vendor --timeout=20m ./...

0 comments on commit f21525d

Please sign in to comment.