Skip to content

Commit

Permalink
Update .github/workflows/test.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Michael J Feher <[email protected]>
  • Loading branch information
HashMapsData2Value and PhearZero authored Oct 22, 2024
1 parent 6902b61 commit 4a3eeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: go vet ./...

- name: Build
run: go build .
run: go build -o bin/algorun *.go

- name: Test with the Go CLI
run: go test ./... -coverprofile=./cover.out -covermode=atomic -coverpkg=./...
Expand Down

0 comments on commit 4a3eeb7

Please sign in to comment.