Skip to content

Commit 8fb107e

Browse files
committed
update ci pipelines
1 parent 96ad3dd commit 8fb107e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/check-wasm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@ jobs:
2727
- name: Install cargo-stylus
2828
run: cargo install --locked --force [email protected]
2929

30+
- name: Install wasm-opt
31+
run: cargo install [email protected]
32+
3033
- name: Run wasm check
3134
run: ./scripts/check-wasm.sh

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
# https://github.com/rust-lang/cargo/issues/6669
6363
- name: Run doc tests
64-
run: cargo test --locked --doc
64+
run: cargo test --locked --doc -p openzeppelin-stylus -p openzeppelin-stylus-proc -p openzeppelin-crypto --features ruint
6565
os-check:
6666
# Run cargo test on MacOS and Windows.
6767
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)