Skip to content

Commit

Permalink
put env before run
Browse files Browse the repository at this point in the history
  • Loading branch information
conneroisu committed Sep 5, 2024
1 parent 5979096 commit 0cbb07d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
run: |
go mod download
- name: Run Unit tests
env:
GROQ_KEY: ${{ secrets.GROQ_KEY }}
run: |
go test -race -covermode atomic -coverprofile=covprofile ./...
env:
GROQ_KEY: ${{ secrets.GROQ_KEY }}
- name: Install goveralls
run: go install github.com/mattn/goveralls@latest
- name: Send coverage
Expand Down

0 comments on commit 0cbb07d

Please sign in to comment.