Skip to content

Commit

Permalink
updated go test to detect files
Browse files Browse the repository at this point in the history
  • Loading branch information
don2112e committed Sep 12, 2024
1 parent 5b7303b commit 0fc1784
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 @@ -22,4 +22,4 @@ jobs:
run: go build -v -mod=mod -o target/hello-world-app ./src

- name: Test
run: go test -mod=mod -v ./src
run: go test -mod=mod -v ./src/...

0 comments on commit 0fc1784

Please sign in to comment.