Skip to content

Commit

Permalink
chore: Update go test command to skip scripts package
Browse files Browse the repository at this point in the history
  • Loading branch information
taciturnaxolotl committed Sep 11, 2024
1 parent 722f924 commit 8a653fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: go get

- name: Unit Tests
run: CGO_ENABLED=0 go test `go list ./... | grep -v 'github.com/muety/wakapi/scripts'` -run ./... # skip scripts package, because not actually a package
run: CGO_ENABLED=0 go test `go list ./... | grep -v 'github.com/kcoderhtml/hackatime/scripts'` -run ./... # skip scripts package, because not actually a package

- name: API Tests
run: |
Expand Down

0 comments on commit 8a653fd

Please sign in to comment.