Skip to content

Commit

Permalink
fix: example
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Jan 5, 2024
1 parent 56e76a6 commit c4e322c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
run: cargo build --verbose --features extism,wasmtime
- name: Build examples
run: cargo build --examples --features extism,wasmtime
- run: cargo run --example add1 --features extism,wasmtime
- run: cargo run --example add1 --features extism,wasmtime 10
- run: cargo run --example count_vowels --features extism,wasmtime

0 comments on commit c4e322c

Please sign in to comment.