diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 929fce7..2347567 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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=./...