File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -102,13 +102,13 @@ jobs:
102
102
- name : cargo check
103
103
run : cargo check --workspace --all-features --lib --bins
104
104
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
You can’t perform that action at this time.
0 commit comments