Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
amityadav0 committed Sep 11, 2023
1 parent 09eff51 commit 3dab7f1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,17 @@ jobs:
env:
IS_GITHUB_ACTION: true
run: mkdir res && cd astra && cargo build --release --target wasm32-unknown-unknown
- name: Wasm copy
run: cp target/wasm32-unknown-unknown/release/astra.wasm res
- name: Build
env:
IS_GITHUB_ACTION: true
run: cargo +stable build --workspace --target wasm32-unknown-unknown --release
- name: Wasm copy
run: |
cp target/wasm32-unknown-unknown/release/astra.wasm res
cp target/wasm32-unknown-unknown/release/astra_factory.wasm res
cp target/wasm32-unknown-unknown/release/astra_staking.wasm res
cp target/wasm32-unknown-unknown/release/test_token.wasm res
- name: Run Cargo tests
env:
IS_GITHUB_ACTION: true
Expand Down

0 comments on commit 3dab7f1

Please sign in to comment.