Commit 5c73f91 1 parent 94a6dc5 commit 5c73f91 Copy full SHA for 5c73f91
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
uses : actions-rs/toolchain@v1
23
23
with :
24
24
profile : minimal
25
- toolchain : stable
25
+ toolchain : nightly
26
26
override : true
27
27
- name : Run cargo check
28
28
uses : actions-rs/cargo@v1
40
40
uses : actions-rs/toolchain@v1
41
41
with :
42
42
profile : minimal
43
- toolchain : stable
43
+ toolchain : nightly
44
44
override : true
45
45
46
46
- name : Run cargo test
60
60
uses : actions-rs/toolchain@v1
61
61
with :
62
62
profile : minimal
63
- toolchain : stable
63
+ toolchain : nightly
64
64
override : true
65
65
components : rustfmt
66
66
@@ -76,10 +76,10 @@ jobs:
76
76
- uses : actions/checkout@v1
77
77
- uses : actions-rs/toolchain@v1
78
78
with :
79
- toolchain : stable
79
+ toolchain : nightly
80
80
components : clippy
81
81
override : true
82
82
- uses : actions-rs/clippy-check@v1
83
83
with :
84
84
token : ${{ secrets.GITHUB_TOKEN }}
85
- args : --all-targets --all- features -- -D warnings
85
+ args : --all-features
You can’t perform that action at this time.
0 commit comments