Skip to content

Commit 4e018af

Browse files
committed
[ci] remove indirection through makefile
1 parent 127c7e2 commit 4e018af

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
@@ -35,7 +35,7 @@ jobs:
3535
- run: python -m pip install pytest
3636
- name: pytest
3737
run: |
38-
make tatsu_test
38+
pytest
3939
- name: examples
4040
run: |
4141
make examples

0 commit comments

Comments
 (0)