Skip to content

Commit 3dbaa11

Browse files
authored
CI: Trying to make test folder BUILD_TYPE
1 parent 14e4bd1 commit 3dbaa11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cmake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ jobs:
8181
working-directory: ${{runner.workspace}}/build
8282
shell: bash
8383
run: |
84-
cp $GITHUB_WORKSPACE/libopenblas.dll ./test/Release/
85-
ls -lh ./test/Release/
86-
./test/Release/saf_test.exe
84+
cp $GITHUB_WORKSPACE/libopenblas.dll ./test/$BUILD_TYPE/
85+
ls -lh ./test/$BUILD_TYPE/
86+
./test/$BUILD_TYPE/saf_test.exe

0 commit comments

Comments
 (0)