File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,36 +10,8 @@ concurrency:
1010 cancel-in-progress : true
1111
1212jobs :
13- test :
14- runs-on : ubuntu-latest
15-
16- steps :
17- - uses : actions/checkout@v6
18-
19- - name : Install Rust toolchain
20- uses : actions-rust-lang/setup-rust-toolchain@v1
21-
22- - name : Cache cargo registry + target dir
23- uses : actions/cache@v4
24- with :
25- path : |
26- ~/.cargo/registry
27- ~/.cargo/git
28- target
29- key : ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
30-
31- - name : Check formatting
32- run : cargo fmt --all -- --check
33-
34- - name : Run clippy
35- run : cargo clippy --all-targets --all-features --locked -- -D warnings
36-
37- - name : Run tests
38- run : cargo test --all --locked --verbose
39-
4013 docker-test :
4114 runs-on : ubuntu-latest
42- needs : test
4315
4416 steps :
4517 - uses : actions/checkout@v6
You can’t perform that action at this time.
0 commit comments