Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install wasmtime mypy
- name: Test examples
shell: bash
run: bash .github/workflows/test_examples.sh
- run: pip install mypy
- name: Lint examples
shell: bash
run: bash .github/workflows/lint_examples.sh
37 changes: 0 additions & 37 deletions .github/workflows/test_examples.sh

This file was deleted.

99 changes: 99 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,11 @@ toml = "0.8.19"
semver = "1.0.23"

[dev-dependencies]
proptest = "1.5.0"
assert_cmd = "2.0.16"
fs_extra = "1.3.0"
hex = "0.4.3"
predicates = "3.1.2"
proptest = "1.5.0"
tempfile = "3.13.0"

[build-dependencies]
Expand Down
Loading
Loading