Skip to content

Commit

Permalink
rm -verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Oct 30, 2024
1 parent c94cbd9 commit d19f962
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
cache-all-crates: true

- name: Check
run: SKIP_WASM_BUILD=1 time cargo check --locked --verbose --workspace
run: SKIP_WASM_BUILD=1 time cargo check --locked --workspace

check-nightly:
name: Check
Expand All @@ -112,7 +112,7 @@ jobs:
- name: Check
run: |
rustup default nightly
SKIP_WASM_BUILD=1 time cargo check --locked --verbose --workspace
SKIP_WASM_BUILD=1 time cargo check --locked --workspace
test:
name: Test
Expand All @@ -133,7 +133,7 @@ jobs:
- name: Test
run: |
cargo fetch
CARGO_NET_OFFLINE=true SKIP_WASM_BUILD=1 time cargo test --verbose --workspace
CARGO_NET_OFFLINE=true SKIP_WASM_BUILD=1 time cargo test --workspace
test-nightly:
name: Test
Expand All @@ -155,7 +155,7 @@ jobs:
run: |
rustup default nightly
cargo fetch
CARGO_NET_OFFLINE=true SKIP_WASM_BUILD=1 time cargo test --verbose --workspace
CARGO_NET_OFFLINE=true SKIP_WASM_BUILD=1 time cargo test --workspace
# do we really need this check?
deny:
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
- name: Build
run: |
cargo fetch
CARGO_NET_OFFLINE=true time cargo build --release --verbose --workspace
CARGO_NET_OFFLINE=true time cargo build --release --workspace
#todo: collect artifacts
#build image substrate-relay
Expand Down

0 comments on commit d19f962

Please sign in to comment.