Skip to content

Commit 5a09a77

Browse files
committed
Re-enable minimal versions check, but only for quic-rpc and quic-rpc-derive
1 parent 45e53d4 commit 5a09a77

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,13 @@ jobs:
102102
- name: cargo check
103103
run: cargo check --workspace --all-features --lib --bins
104104

105-
# minimal-crates:
106-
# runs-on: ubuntu-latest
107-
# steps:
108-
# - uses: actions/checkout@v2
109-
# - uses: dtolnay/rust-toolchain@nightly
110-
# - uses: swatinem/rust-cache@v2
111-
# - name: cargo check
112-
# run: |
113-
# rm -f Cargo.lock
114-
# cargo +nightly check -Z minimal-versions --workspace --all-features --lib --bins
105+
minimal-crates:
106+
runs-on: ubuntu-latest
107+
steps:
108+
- uses: actions/checkout@v2
109+
- uses: dtolnay/rust-toolchain@nightly
110+
- uses: swatinem/rust-cache@v2
111+
- name: cargo check
112+
run: |
113+
rm -f Cargo.lock
114+
cargo +nightly check -Z minimal-versions -p quic-rpc -p quic-rpc-derive --all-features --lib --bins

0 commit comments

Comments
 (0)