Skip to content

Commit

Permalink
CI: only testing Release for now
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-hld authored Feb 6, 2024
1 parent 56b9936 commit 173634c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:

- name: Test (Windows)
if: ${{ contains( runner.os, 'Windows' ) }}
working-directory: ${{runner.workspace}}/build/$BUILD_TYPE
working-directory: ${{runner.workspace}}/build
shell: bash
run: |
ls -lh
./saf_test.exe
ls -lh ./test/Release/
./test/Release/saf_test.exe

0 comments on commit 173634c

Please sign in to comment.