Skip to content

Commit

Permalink
Fix (CI): fix broken workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yunginnanet committed Jun 19, 2024
1 parent 217d4d2 commit 085bc61
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: '1.22'
- name: Water's fine
run: go database_test -race -v ./...
- name: Run coverage
run: go database_test -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: Run tests and coverage
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: Upload coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)

0 comments on commit 085bc61

Please sign in to comment.