File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 run : |
2121 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
2222 - name : Cache dependencies
23- uses : Swatinem/rust-cache@v2.7.8
23+ uses : Swatinem/rust-cache@v2.8.0
2424 - name : Run cargo clippy
2525 run : cargo clippy --all-targets --all-features -- --deny warnings
2626 clippy-python :
3232 run : |
3333 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
3434 - name : Cache dependencies
35- uses : Swatinem/rust-cache@v2.7.8
35+ uses : Swatinem/rust-cache@v2.8.0
3636 - name : Run cargo clippy
3737 run : cargo clippy --all-targets -F python -- --deny warnings
3838 fmt :
4444 run : |
4545 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
4646 - name : Cache dependencies
47- uses : Swatinem/rust-cache@v2.7.8
47+ uses : Swatinem/rust-cache@v2.8.0
4848 - name : Run cargo fmt
4949 run : cargo fmt --all -- --check
5050 check-python :
5656 run : |
5757 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
5858 - name : Cache dependencies
59- uses : Swatinem/rust-cache@v2.7.8
59+ uses : Swatinem/rust-cache@v2.8.0
6060 - name : Run cargo fmt
6161 run : cargo check --all-targets -F python
6262 test :
7272 run : |
7373 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
7474 - name : Cache dependencies
75- uses : Swatinem/rust-cache@v2.7.8
75+ uses : Swatinem/rust-cache@v2.8.0
7676 - name : Run cargo test
7777 run : cargo test --locked
You can’t perform that action at this time.
0 commit comments