Skip to content

Commit 2a449a0

Browse files
committed
ci: use v -g run tests/first_run.v
1 parent d6357a6 commit 2a449a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Run gitly
5656
run: |
5757
cd gitly
58-
v run tests/first_run.v
58+
v -g run tests/first_run.v
5959
6060
macos:
6161
runs-on: macos-latest
@@ -104,7 +104,7 @@ jobs:
104104
- name: Run gitly tests
105105
run: |
106106
cd gitly
107-
v run tests/first_run.v
107+
v -g run tests/first_run.v
108108
109109
# windows-msvc:
110110
# runs-on: windows-latest
@@ -223,4 +223,4 @@ jobs:
223223
- name: Run gitly
224224
run: |
225225
cd gitly
226-
v run tests/first_run.v
226+
v -g run tests/first_run.v

0 commit comments

Comments
 (0)