Skip to content

Commit

Permalink
fix: Running tests in every folder in internal pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
werniq committed Oct 22, 2024
1 parent ea9ac7d commit df6733f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: go mod download

- name: Test waffle WAF
run: go test -v ./internal
run: go test -v ./internal/...

- name: Install go-task to build docker image
run: sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin
Expand Down

0 comments on commit df6733f

Please sign in to comment.