Skip to content

Commit 3e220ce

Browse files
committed
Fix ci
1 parent 3d665fa commit 3e220ce

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,7 @@ jobs:
152152
- uses: dtolnay/rust-toolchain@nightly
153153
- uses: taiki-e/install-action@cargo-hack
154154
- uses: taiki-e/install-action@cargo-minimal-versions
155-
- name: Cache cargo registry
156-
uses: actions/cache@v2
157-
with:
158-
path: |
159-
~/.cargo/registry
160-
~/.cargo/git
161-
key: minimal_rust_version-cargo-${{ hashFiles('**/Cargo.toml') }}
162-
- name: Check diesel_derives
155+
- name: Check diesel-async
163156
# cannot test mysql yet as that crate
164157
# has broken min-version dependencies
165158
run: cargo +stable minimal-versions check -p diesel-async --features "postgres bb8 deadpool mobc"

0 commit comments

Comments
 (0)