Skip to content

Commit

Permalink
Merge branch 'master' into feat/extend-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss authored Dec 22, 2023
2 parents 2746dbc + f4f2a54 commit 3afd458
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Build Smart Contract
uses: actions-rs/cargo@v1
with:
command: build
args: --release --target wasm32-unknown-unknown
- name: Run tests
uses: actions-rs/cargo@v1
with:
Expand Down
1 change: 1 addition & 0 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[toolchain]
channel = "1.74.1"
components = ["clippy", "rustfmt"]
targets = ["wasm32-unknown-unknown"]

0 comments on commit 3afd458

Please sign in to comment.