Skip to content

Commit 377f82a

Browse files
committed
Add editor tests to CI pipeline
1 parent bc4f5cd commit 377f82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: msbuild Bonsai.sln /t:Bonsai32 /p:Configuration=Release
3737

3838
- name: Build Tests
39-
run: msbuild Bonsai.sln /t:Bonsai_Core_Tests /t:Bonsai_System_Tests /p:Configuration=Release
39+
run: msbuild Bonsai.sln /t:Bonsai_Core_Tests /t:Bonsai_System_Tests /t:Bonsai_Editor_Tests /p:Configuration=Release
4040

4141
- name: Run Tests
4242
run: msbuild Bonsai.Tests.proj

0 commit comments

Comments
 (0)