Skip to content

Commit 36087dd

Browse files
committed
Update GitHub Actions to build all tests
1 parent 98161b8 commit 36087dd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
shell: cmd
1717
run: |
1818
call "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvarsall.bat" x86
19-
cmake --build build/x86-msvc-relwithdebinfo --target tools studio KauaiTest
19+
cmake --build build/x86-msvc-relwithdebinfo --target tools studio tests
2020
- name: Run tests
2121
shell: cmd
2222
run: |
@@ -59,7 +59,7 @@ jobs:
5959
shell: cmd
6060
run: |
6161
call "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvarsall.bat" x86
62-
cmake --build build/x86-clangcl-debug --target KauaiTest
62+
cmake --build build/x86-clangcl-debug --target tests
6363
- name: Run tests
6464
shell: cmd
6565
run: |
@@ -80,7 +80,7 @@ jobs:
8080
shell: cmd
8181
run: |
8282
call "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvarsall.bat" x64
83-
cmake --build build/x64-msvc-debug --target KauaiTest
83+
cmake --build build/x64-msvc-debug --target tests
8484
- name: Run tests
8585
shell: cmd
8686
run: |
@@ -106,7 +106,7 @@ jobs:
106106
shell: cmd
107107
run: |
108108
call "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvarsall.bat" x64
109-
cmake --build build/x64-clangcl-relwithdebinfo --target tools studio KauaiTest
109+
cmake --build build/x64-clangcl-relwithdebinfo --target tools studio tests
110110
- name: Run tests
111111
shell: cmd
112112
run: |

0 commit comments

Comments
 (0)