Skip to content

Commit

Permalink
ci: update the test ci to run build/ci.go (#27)
Browse files Browse the repository at this point in the history
Previously, the test ci was running `go test -short ./...`. Instead run
the build/ci.go to better test on the ci
  • Loading branch information
bharath-123 authored Jun 4, 2024
1 parent 7d62f08 commit a0420e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
with:
go-version: 1.21.4
- name: Run tests
run: go test -short ./...
run: go run build/ci.go test
env:
GOOS: linux

0 comments on commit a0420e4

Please sign in to comment.