We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f991bd4 commit dc5d032Copy full SHA for dc5d032
.github/workflows/build.yml
@@ -60,6 +60,7 @@ jobs:
60
run: |
61
poetry run black --check .
62
poetry run coverage run --source=uplc -m pytest tests
63
+ poetry run coverage run -a --source=uplc -m uplc --help
64
poetry run coverage run -a --source=uplc -m uplc parse examples/fibonacci.uplc
65
poetry run coverage run -a --source=uplc -m uplc dump examples/fibonacci.uplc --dialect legacy-aiken
66
poetry run coverage run -a --source=uplc -m uplc dump examples/fibonacci.uplc --dialect plutus --unique-varnames
0 commit comments