Skip to content

Commit

Permalink
fix(github ci): missing registry.wasm file (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba authored Aug 10, 2023
1 parent 520c94e commit c2121b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,14 @@ jobs:
- name: Install wasm32 toolchain
if: env.GIT_DIFF
run: rustup target add wasm32-unknown-unknown
- name: stub registry.wasm file
run: mkdir res && touch res/registry.wasm
- name: Build
if: env.GIT_DIFF
run: make build
- name: Clippy
if: env.GIT_DIFF
run: cargo clippy
run: make lint
- name: Run tests
if: env.GIT_DIFF
# TODO: switch to all tests once we find efficient way how to link registry contract
Expand Down

0 comments on commit c2121b8

Please sign in to comment.