Skip to content

Commit 37ba9b7

Browse files
committed
Let github actions run all non-manifest tests
1 parent 6d81a1f commit 37ba9b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
pytest --tests=./specifications/json-ld-api/tests --loader=${{ matrix.loader }}
6969
pytest --tests=./specifications/json-ld-framing/tests --loader=${{ matrix.loader }}
7070
pytest --tests=./specifications/normalization/tests --loader=${{ matrix.loader }}
71+
pytest --ignore ./tests/test_manifests.py
7172
env:
7273
LOADER: ${{ matrix.loader }}
7374
#coverage:

0 commit comments

Comments
 (0)