Skip to content

Commit

Permalink
fix github action test
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Apr 23, 2024
1 parent 04a29ae commit 1f1cf23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
${{ runner.os }}-go-
- name: Run Tests
run: ./bin/test.sh
run: go test ./...

- name: Build
run: go build ./...

0 comments on commit 1f1cf23

Please sign in to comment.