Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit e23bb71

Browse files
authored
all: try to fix test workflow (#308)
1 parent cb1364c commit e23bb71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
- name: Checkout code
3737
uses: actions/checkout@v2
3838
- name: Test
39-
'internal/runtests.sh'
39+
run: './internal/runtests.sh'

0 commit comments

Comments
 (0)