Skip to content

Commit

Permalink
ci: use v -g run tests/first_run.v
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Oct 20, 2023
1 parent d6357a6 commit 2a449a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Run gitly
run: |
cd gitly
v run tests/first_run.v
v -g run tests/first_run.v
macos:
runs-on: macos-latest
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Run gitly tests
run: |
cd gitly
v run tests/first_run.v
v -g run tests/first_run.v
# windows-msvc:
# runs-on: windows-latest
Expand Down Expand Up @@ -223,4 +223,4 @@ jobs:
- name: Run gitly
run: |
cd gitly
v run tests/first_run.v
v -g run tests/first_run.v

0 comments on commit 2a449a0

Please sign in to comment.