Skip to content

Commit 147f50e

Browse files
tests
1 parent 29a80d4 commit 147f50e

1 file changed

Lines changed: 0 additions & 28 deletions

File tree

.github/workflows/docker-tests.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -10,36 +10,8 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
jobs:
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

0 commit comments

Comments
 (0)