Skip to content

Commit ad997c3

Browse files
committed
try to use nightly toolchain
1 parent 48fdc2d commit ad997c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- cki/github-workflow
87
pull_request:
98
branches:
109
- main
@@ -59,7 +58,7 @@ jobs:
5958
uses: taiki-e/install-action@nextest
6059

6160
- name: Run Tests
62-
run: cargo llvm-cov --cobertura --output-path cobertura.xml nextest
61+
run: cargo +nightly llvm-cov --cobertura --output-path cobertura.xml nextest
6362

6463
- name: Generate Code Coverage Summary
6564
uses: irongut/CodeCoverageSummary@v1.3.0

0 commit comments

Comments
 (0)