File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Rust
22
33on :
44 push :
5- branches : [ "master" ]
5+ branches : ["master"]
66 pull_request :
7- branches : [ "master" ]
7+ branches : ["master"]
88
99env :
1010 CARGO_TERM_COLOR : always
1818 - name : Install latest tested rust version
1919 uses : dtolnay/rust-toolchain@1.93
2020 with :
21- components : rustfmt, clippy
21+ components : rustfmt, clippy
2222 - name : Run cargo check
2323 run : cargo check --benches --tests --examples --all-features
2424 - name : Run cargo clippy
2828 - name : Run cargo doc
2929 run : cargo doc --all-features --no-deps
3030 env :
31- RUSTDOCFLAGS : --cfg docsrs
31+ RUSTDOCFLAGS : --cfg docsrs
3232 build :
3333 name : Build
3434 runs-on : ubuntu-latest
5252 - name : Run cargo test
5353 run : cargo test --all-features
5454 env :
55- RUSTDOCFLAGS : --cfg docsrs
55+ RUSTDOCFLAGS : --cfg docsrs
5656 msrv :
5757 name : MSRV
5858 runs-on : ubuntu-latest
6161 - name : Install MSRV
6262 uses : dtolnay/rust-toolchain@1.89
6363 with :
64- components : rustfmt, clippy
64+ components : rustfmt, clippy
6565 - name : Check MSRV compatibility
6666 run : cargo check --all-features
You can’t perform that action at this time.
0 commit comments