Skip to content

Commit

Permalink
Fix tests in Windows workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
paullouisageneau committed Oct 22, 2024
1 parent ed3656d commit 67b5d7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-nomedia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ jobs:
set CL=/MP
nmake
- name: test
run: build/tests.exe
run: |
cd build
./tests
4 changes: 3 additions & 1 deletion .github/workflows/build-openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,7 @@ jobs:
set CL=/MP
nmake
- name: test
run: build/tests.exe
run: |
cd build
./tests

0 comments on commit 67b5d7f

Please sign in to comment.