Skip to content

Commit

Permalink
test: run bench one times in test (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkskygit authored Aug 26, 2023
1 parent 6a409f0 commit 8c7fc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/y-octo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
uses: taiki-e/install-action@cargo-llvm-cov

- name: Collect coverage data
run: cargo llvm-cov nextest --lcov --output-path lcov.info
run: cargo llvm-cov nextest --all-targets --lcov --output-path lcov.info
- name: Upload coverage data to codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 8c7fc34

Please sign in to comment.