Skip to content

Commit

Permalink
try without any coverage calc
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhodges committed Nov 5, 2024
1 parent 0c42cb2 commit 82a7537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
go-version-file: "./go.mod"

- name: Profile signer/xpi tests
run: go test -v -race -coverprofile coverage.out -covermode=atomic -count=1 -o ./signer-xpi-tests -v -cpuprofile=cpu.prof -memprofile=mem.prof ./signer/xpi
run: go test -v -race -count=1 -o ./signer-xpi-tests -v -cpuprofile=cpu.prof -memprofile=mem.prof ./signer/xpi
- uses: actions/upload-artifact@v4
with:
name: signer-xpi-prof-${{ github.sha }}
Expand Down

0 comments on commit 82a7537

Please sign in to comment.