Skip to content

Commit 4156945

Browse files
authored
feat(zint): introduce deployment test for example constructor (#175)
* 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
1 parent a9ba8c1 commit 4156945

File tree

13 files changed

+2915
-379
lines changed

13 files changed

+2915
-379
lines changed

.cargo/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[alias]
22
be = "build --examples --target wasm32-unknown-unknown --release"
33
tt = "nextest run --release --all --no-fail-fast"
4+
te = "nextest run --workspace --no-fail-fast --release --examples"
45
cc = "clippy --all -- -D warnings"
56
conta = "run --release -p conta"
67

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
targets: wasm32-unknown-unknown
2121
- uses: Swatinem/rust-cache@v2
2222
- uses: taiki-e/install-action@nextest
23+
- uses: foundry-rs/foundry-toolchain@v1
2324

2425
- name: Build Examples
2526
run: cargo build --examples --target wasm32-unknown-unknown --release

0 commit comments

Comments
 (0)