Skip to content

Commit

Permalink
ci: prospective fix for coverdata #2
Browse files Browse the repository at this point in the history
  • Loading branch information
turtleDev committed Sep 5, 2024
1 parent 84fabf3 commit 1d47e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
go-version: "1.22.4"
- name: Checkout code
uses: actions/checkout@v2
- name: Start raccoon
run: make docker-run
- name: Create coverage data directory
run: mkdir raccoon-coverage
- name: Start raccoon
run: make docker-run
- name: Run tests
run: go test ./... -v -cover -test.gocoverdir=$PWD/raccoon-coverage/
env:
Expand Down

0 comments on commit 1d47e97

Please sign in to comment.