Skip to content

Commit

Permalink
Fix CI upon Cargo.lock change issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TTWNO committed Mar 7, 2024
1 parent 741a276 commit 31744c2
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 @@ -173,7 +173,7 @@ jobs:
systemctl --user start dbus;
xvfb-run dunst --screen 0 600x400x8 &
- name: cargo llvm-cov
run: cargo llvm-cov --locked --lcov --output-path lcov.info
run: cargo llvm-cov --offline --lcov --output-path lcov.info
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 31744c2

Please sign in to comment.