Skip to content

Commit 777a504

Browse files
committed
Align test
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent cd887f8 commit 777a504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: pre-commit run --all-files
3232

3333
- name: Unit Tests
34-
run: poetry run pytest
34+
run: poetry run pytest --doctest-modules
3535

3636
- name: Run Example
3737
run: poetry run python example.py > case.jsonld

0 commit comments

Comments
 (0)