Skip to content

Commit

Permalink
Fix workflows to detect Ink/Web compile issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neopallium committed Jan 24, 2025
1 parent e143d14 commit 9ae4f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
rustup default ${{ matrix.toolchain }}
rustup target add ${{ matrix.platform.target }}
- name: check Ink!
run: cargo check --target ${{ matrix.platform.target }} --no-default-features --features ink --target wasm32-unknown-unknown
run: cargo check --target ${{ matrix.platform.target }} --no-default-features --features ink,polymesh_v7 --target wasm32-unknown-unknown
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
rustup default ${{ matrix.toolchain }}
rustup target add ${{ matrix.platform.target }}
- name: check Wasm
run: cargo check --target ${{ matrix.platform.target }} --no-default-features --features wasm,serde --target wasm32-unknown-unknown
run: cargo check --target ${{ matrix.platform.target }} --no-default-features --features wasm,polymesh_v7,serde --target wasm32-unknown-unknown

0 comments on commit 9ae4f08

Please sign in to comment.