@@ -82,27 +82,27 @@ jobs:
8282 run : cargo doc --no-deps --all-features
8383 env :
8484 RUSTDOCFLAGS : --cfg docsrs
85- hack :
86- # `cargo-hack` checks combinations of feature flags to ensure that features
87- # are all additive which is required for feature unification.
88- runs-on : ubuntu-latest
89- name : stable / features
90- steps :
91- - uses : actions/checkout@v4
92- with :
93- submodules : true
94- - name : Install stable
95- uses : dtolnay/rust-toolchain@stable
96- with :
97- target : wasm32-unknown-unknown
98- - name : cargo install cargo-hack
99- uses : taiki-e/install-action@cargo-hack
100- # Intentionally no target specifier; see https://github.com/jonhoo/rust-ci-conf/pull/4
101- # `--feature-powerset` runs for every combination of features. Note that
102- # target in this context means one of `--lib`, `--bin`, etc, and not the
103- # target triple.
104- - name : cargo hack
105- run : cargo hack check --feature-powerset --depth 2 --release --target wasm32-unknown-unknown --skip std --workspace --exclude e2e --exclude basic-example-script --exclude benches
85+ # hack:
86+ # # `cargo-hack` checks combinations of feature flags to ensure that features
87+ # # are all additive which is required for feature unification.
88+ # runs-on: ubuntu-latest
89+ # name: stable / features
90+ # steps:
91+ # - uses: actions/checkout@v4
92+ # with:
93+ # submodules: true
94+ # - name: Install stable
95+ # uses: dtolnay/rust-toolchain@stable
96+ # with:
97+ # target: wasm32-unknown-unknown
98+ # - name: cargo install cargo-hack
99+ # uses: taiki-e/install-action@cargo-hack
100+ # # Intentionally no target specifier; see https://github.com/jonhoo/rust-ci-conf/pull/4
101+ # # `--feature-powerset` runs for every combination of features. Note that
102+ # # target in this context means one of `--lib`, `--bin`, etc, and not the
103+ # # target triple.
104+ # - name: cargo hack
105+ # run: cargo hack check --feature-powerset --depth 2 --release --target wasm32-unknown-unknown --skip std --workspace --exclude e2e --exclude basic-example-script --exclude benches
106106 typos :
107107 runs-on : ubuntu-latest
108108 name : stable / typos
0 commit comments