Skip to content

Commit

Permalink
Check including wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiserKarel committed Jan 14, 2022
1 parent b1856ef commit ac93a09
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,9 @@ jobs:
- sre
steps:
- uses: actions/checkout@v2
- run: |
SKIP_WASM_BUILD=1 /home/runner/.cargo/bin/cargo check --all --benches
- name: Benchmark
run: |
SKIP_WASM_BUILD=1 /home/runner/.cargo/bin/cargo check --features=runtime-benchmarks --workspace --release --exclude integration-tests
- name: Picasso
- name: Compile Check
run: |
/home/runner/.cargo/bin/cargo build --release -p picasso-runtime
/home/runner/.cargo/bin/cargo check --features=runtime-benchmarks --workspace --exclude integration-tests
linters:
name: Linters
runs-on:
Expand Down

0 comments on commit ac93a09

Please sign in to comment.