Skip to content

Commit

Permalink
Do not use make in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealSpaceShip committed Aug 5, 2024
1 parent 7bbf1ff commit b4a928c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

-
name: Run tests
run: make test
run: go test -race -timeout 60s ./cmd/hub/...

-
name: Build
Expand Down

0 comments on commit b4a928c

Please sign in to comment.