Skip to content

Commit 3ffddb8

Browse files
authored
Use pest directly
1 parent 5e1321c commit 3ffddb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
3535
- name: Execute tests
3636
run: |
37-
vendor/bin/pest --colors=always
37+
pest --colors=always

0 commit comments

Comments
 (0)