Skip to content

Commit 626a718

Browse files
committed
chore : Modify Windows unit test GitHub action
1 parent acf5e91 commit 626a718

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/unit_test_windows_msvc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Unit Test (windows, MSVC)
1+
name: Unit Test (Windows, MSVC)
22

33
on:
44
push:
@@ -21,10 +21,10 @@ jobs:
2121

2222
- name: Configure CMake
2323
run: |
24-
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DTEST=ON
24+
cmake -B ./build -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DTEST=ON
2525
2626
- name: Build
27-
run: cmake --build ${{github.workspace}}/build
27+
run: cmake --build ./build
2828

2929
- name: Run Test
3030
run: ${{github.workspace}}/build/test/google_tests_run

0 commit comments

Comments
 (0)