Skip to content

Commit e693982

Browse files
committed
Use stable
1 parent 1c68884 commit e693982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v2
3434
- name: Generate code coverage
3535
run: |
36-
cargo +nightly tarpaulin --verbose --features=intel-mkl --workspace --timeout 120 --out Xml
36+
cargo tarpaulin --verbose --features=intel-mkl --workspace --timeout 120 --out Xml
3737
- name: Upload to codecov.io
3838
uses: codecov/codecov-action@v1
3939
with:

0 commit comments

Comments
 (0)