Skip to content

Commit

Permalink
Update build_msvc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkriege2 authored Apr 23, 2024
1 parent 87eebd0 commit 5c06e3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ jobs:
cd output
cd Release
ls
tinytiffwriter_test --simple
tinytiffreader_test --simple
tinytiffwriter_test.exe --simple
tinytiffreader_test.exe --simple
# ctest -C Release -LE explicitonly --output-on-failure
- name: Run Debug tests
run: |
cd build
cd output
cd Debug
ls
tinytiffwriter_test --simple
tinytiffreader_test --simple
tinytiffwriter_test.exe --simple
tinytiffreader_test.exe --simple
# ctest -C Debug -LE explicitonly --output-on-failure
- name: Install
run: |
Expand Down

0 comments on commit 5c06e3c

Please sign in to comment.