Skip to content

Commit ea3f222

Browse files
committed
More updates...
Signed-off-by: Bhavye Mathur <bhavyemathur@gmail.com>
1 parent 5841f3f commit ea3f222

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/google-test.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,18 @@ jobs:
4545
- name: Install 7zip
4646
run: choco install 7zip.install
4747

48+
- name: Build goopylib tests
49+
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -j 8 --target core_tests
50+
4851
- name: Install Mesa
4952
shell: cmd
5053
run: |
5154
curl.exe -L --output mesa.7z --url https://github.com/pal1000/mesa-dist-win/releases/download/20.3.2/mesa3d-20.3.2-release-msvc.7z
5255
"C:\Program Files\7-Zip\7z.exe" x mesa.7z
5356
mklink opengl32.dll "x64\opengl32.dll"
5457
mklink libglapi.dll "x64\libglapi.dll"
55-
working-directory: tests/
56-
57-
- name: Build goopylib tests
58-
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -j 8 --target core_tests
58+
working-directory: tests/Release
5959

6060
- name: Run tests
61-
run: "D:/a/goopylib/goopylib/tests/Release/core_tests.exe"
61+
shell: cmd
62+
run: call "D:/a/goopylib/goopylib/tests/Release/core_tests.exe" --gtest_filter=* --gtest_color=no

0 commit comments

Comments
 (0)