Skip to content

Commit

Permalink
optimize testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
conneroisu committed Oct 26, 2024
1 parent d593b6b commit a3d95b1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ jobs:
- name: Install dependencies
run: |
go mod download
- name: Run Integration tests
run: |
go test -race -tags=integration ./...
- name: Run Unit tests
- name: Run Tests
run: |
go test -race -covermode atomic -coverprofile=covprofile ./...
- name: Install goveralls
Expand Down

0 comments on commit a3d95b1

Please sign in to comment.