Skip to content

Commit

Permalink
Removed features
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Feb 15, 2024
1 parent 166eb07 commit fe0a2c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ jobs:
shared-key: "fellowship-cache-tests"

- name: Test ${{ matrix.runtime.name }}
run: cargo test -p ${{ matrix.runtime.package }} --release --locked -q --features=runtime-metrics,try-runtime
run: cargo test -p ${{ matrix.runtime.package }} --release --locked -q --features=try-runtime
env:
RUSTFLAGS: "-C debug-assertions -D warnings"

- name: Test all features ${{ matrix.runtime.name }}
run: cargo test -p ${{ matrix.runtime.package }} --release --locked -q --features=runtime-benchmarks,runtime-metrics,try-runtime
run: cargo test -p ${{ matrix.runtime.package }} --release --locked -q --features=runtime-benchmarks,try-runtime
env:
RUSTFLAGS: "-C debug-assertions -D warnings"
SKIP_WASM_BUILD: 1
Expand Down Expand Up @@ -199,8 +199,8 @@ jobs:
with:
shared-key: "fellowship-cache-tests"

- name: Build all features
run: cargo test -p chain-spec-generator --release --locked -q --features=runtime-benchmarks,runtime-metrics,try-runtime
- name: Build
run: cargo test -p chain-spec-generator --release --locked -q --features=runtime-benchmarks
env:
RUSTFLAGS: "-C debug-assertions -D warnings"
SKIP_WASM_BUILD: 1

0 comments on commit fe0a2c7

Please sign in to comment.