Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
CI authored and CI committed Nov 29, 2023
1 parent 107fafe commit e75cf81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# we're passing -short so that we skip the integration tests, which will be run in parallel below
run: |
mkdir -p /tmp/code_coverage
go test ./... -short -cover -args -test.gocoverdir=/tmp/code_coverage
go test ./... -short -cover -args -test.gocoverdir /tmp/code_coverage
- name: Upload code coverage artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit e75cf81

Please sign in to comment.