Skip to content

Commit

Permalink
ci: run cargo test
Browse files Browse the repository at this point in the history
  • Loading branch information
aszs committed Oct 10, 2024
1 parent a4d2dec commit ed41abe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
git config --global init.defaultBranch main
export PY_V=py3`python -c "import sys; print(sys.version_info.minor, end='')"`
tox -c tosca-parser/tox.ini -v -e $PY_V
cargo test --no-default-features --manifest-path rust/Cargo.toml
tox -e $PY_V -v -- -vv -n auto --dist loadfile
.tox/$PY_V/bin/mypy unfurl --install-types --non-interactive
- name: build docs
Expand Down

0 comments on commit ed41abe

Please sign in to comment.