Skip to content

Commit a762b81

Browse files
committed
[ci] remove indirection through makefile
1 parent 1f694c6 commit a762b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- run: python -m pip install pytest
3535
- name: pytest
3636
run: |
37-
make tatsu_test
37+
pytest
3838
- name: examples
3939
run: |
4040
make examples

0 commit comments

Comments
 (0)