Skip to content

Commit

Permalink
feat(zint): introduce deployment test for example constructor (#175)
Browse files Browse the repository at this point in the history
* feat(sdk): introduce zink sdk

* feat(sdk): test deployment

* feat(zint): move sdk to zint

* feat(zint): deployment tests for contract storage

* ci(main): add foundry toolchain

* chore(build): module tests in storage example

* chore(zink): bumps to v0.1.7

* chore(zink): bumps version to 0.1.7 again

* doc(releases): release note for v0.1.7

* chore(examples): move constructor tests to example constructor

* chore(clippy): make clippy happy
  • Loading branch information
clearloop authored Nov 30, 2023
1 parent a9ba8c1 commit 4156945
Show file tree
Hide file tree
Showing 13 changed files with 2,915 additions and 379 deletions.
1 change: 1 addition & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[alias]
be = "build --examples --target wasm32-unknown-unknown --release"
tt = "nextest run --release --all --no-fail-fast"
te = "nextest run --workspace --no-fail-fast --release --examples"
cc = "clippy --all -- -D warnings"
conta = "run --release -p conta"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
targets: wasm32-unknown-unknown
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@nextest
- uses: foundry-rs/foundry-toolchain@v1

- name: Build Examples
run: cargo build --examples --target wasm32-unknown-unknown --release
Expand Down
Loading

0 comments on commit 4156945

Please sign in to comment.