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 a160bb1 commit b316bc4Copy full SHA for b316bc4
1 file changed
.github/workflows/test.yaml
@@ -88,5 +88,8 @@ jobs:
88
python -m pip install --upgrade pip
89
pip install .[test]
90
91
- - name: Run Tests
92
- run: ape test -n 0 -s --cov -v WARNING
+ - name: Run Functional Tests
+ run: ape test -n 0 tests/functional/ -s --cov -v WARNING
93
+
94
+ - name: Run Integration Tests
95
+ run: ape test -n 0 tests/integration/ -s --cov -v WARNING
0 commit comments