Skip to content

Commit

Permalink
fix: go test path
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth9890 committed Oct 15, 2024
1 parent 71ce426 commit a10e6fb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ jobs:
- name: Install dependencies
run: go mod tidy

- name: List files in the directory
run: cd pkg

- name: Run tests
run: go test -coverprofile=coverage.txt
run: go test ./... -coverprofile=coverage.txt

- name: Upload results to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit a10e6fb

Please sign in to comment.