Skip to content

Commit b316bc4

Browse files
committed
chore: run ape tests and integration tests with different commands
1 parent a160bb1 commit b316bc4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,8 @@ jobs:
8888
python -m pip install --upgrade pip
8989
pip install .[test]
9090
91-
- name: Run Tests
92-
run: ape test -n 0 -s --cov -v WARNING
91+
- name: Run Functional Tests
92+
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

Comments
 (0)