Skip to content

Commit dc5d032

Browse files
committed
Run --help to check it did not break
1 parent f991bd4 commit dc5d032

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
run: |
6161
poetry run black --check .
6262
poetry run coverage run --source=uplc -m pytest tests
63+
poetry run coverage run -a --source=uplc -m uplc --help
6364
poetry run coverage run -a --source=uplc -m uplc parse examples/fibonacci.uplc
6465
poetry run coverage run -a --source=uplc -m uplc dump examples/fibonacci.uplc --dialect legacy-aiken
6566
poetry run coverage run -a --source=uplc -m uplc dump examples/fibonacci.uplc --dialect plutus --unique-varnames

0 commit comments

Comments
 (0)