We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0726bff commit e261b66Copy full SHA for e261b66
.github/workflows/ci.yml
@@ -59,22 +59,26 @@ jobs:
59
- name: Cargo fmt
60
uses: actions-rs/cargo@v1
61
with:
62
+ toolchain: nightly
63
command: fmt
- args: +nightly --all -- --check
64
+ args: --all -- --check
65
66
- name: Cargo build
67
68
69
+ toolchain: stable
70
command: build
71
args: --release
72
73
- name: Cargo test
74
75
76
77
command: test
78
args: --release -- --nocapture
79
80
- name: Cargo doc
81
82
83
84
command: doc
0 commit comments