adjust unit test gh action for latest updates

This commit is contained in:
Adam Martin
2024-01-28 19:46:55 -05:00
parent 0e6c3690b1
commit 8256aa55ce

View File

@@ -27,6 +27,7 @@ jobs:
go-version: 1.21.x
- name: Run Unit Tests
run: |
touch cmd/hauler/binaries/dummy.txt
go test -race -covermode=atomic -coverprofile=coverage.out ./pkg/... ./internal/... ./cmd/...
- name: On Failure, Launch Debug Session
if: ${{ failure() }}