Skip to content

Commit

Permalink
See if we can enable msvc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asl committed Jul 30, 2024
1 parent 1e64438 commit cfba756
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@ jobs:
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -j8

- name: Unit Tests
if: ${{ matrix.os != 'windows-latest' }}
working-directory: ${{github.workspace}}/build
run: ctest -V
run: ctest -V --config ${{env.BUILD_TYPE}}

- name: CLI Tests
working-directory: ${{github.workspace}}/tests
Expand All @@ -87,7 +86,7 @@ jobs:
./bandage_command_line_tests.sh ${{github.workspace}}/build/BandageNG.app/Contents/MacOS/BandageNG
fi
shell: bash
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Bandage-${{ runner.os }}
path: |
Expand Down

0 comments on commit cfba756

Please sign in to comment.