Skip to content

Commit 84fb270

Browse files
fix: remove nightly
1 parent 74033a8 commit 84fb270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Generate code coverage
2424
run: |
25-
cargo +nightly tarpaulin --verbose --all-features --timeout 120 --out Xml
25+
cargo tarpaulin --verbose --all-features --timeout 120 --out Xml
2626
2727
- name: Upload to codecov.io
2828
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)