mirror of
https://github.com/hauler-dev/hauler.git
synced 2026-02-14 09:59:50 +00:00
adjust unit test gh action for latest updates
This commit is contained in:
1
.github/workflows/unittest.yaml
vendored
1
.github/workflows/unittest.yaml
vendored
@@ -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() }}
|
||||
|
||||
Reference in New Issue
Block a user