Skip to content

Commit

Permalink
ci: run v -d use_openssl test . on the nix jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Oct 20, 2023
1 parent 2a449a0 commit 7ba0800
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,12 @@ jobs:
source: gitly/src/static/css/gitly.scss
destination: gitly/src/static/css/gitly.css

- name: Run gitly
- name: Run all tests
run: |
cd gitly
v -d use_openssl test .
- name: Run tests/first_run.v
run: |
cd gitly
v -g run tests/first_run.v
Expand Down Expand Up @@ -101,7 +106,11 @@ jobs:
with:
source: gitly/src/static/css/gitly.scss
destination: gitly/src/static/css/gitly.css
- name: Run gitly tests
- name: Run all tests
run: |
cd gitly
v -d use_openssl test .
- name: Run tests/first_run.v
run: |
cd gitly
v -g run tests/first_run.v
Expand Down Expand Up @@ -220,7 +229,12 @@ jobs:
source: gitly/src/static/css/gitly.scss
destination: gitly/src/static/css/gitly.css

- name: Run gitly
- name: Run all tests
run: |
cd gitly
v -d use_openssl test .
- name: Run tests/first_run.v
run: |
cd gitly
v -g run tests/first_run.v

0 comments on commit 7ba0800

Please sign in to comment.