Skip to content

Commit

Permalink
ci: enable test
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelgautier committed Jan 20, 2024
1 parent d2baf11 commit 269c318
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,5 @@ jobs:
- name: Build
run: go build -v ./...

# - name: Test
# run: go test -race -coverprofile=coverage.out -covermode=atomic ./...

# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v3
- name: Test
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...

0 comments on commit 269c318

Please sign in to comment.