We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc4f5cd commit 377f82aCopy full SHA for 377f82a
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
run: msbuild Bonsai.sln /t:Bonsai32 /p:Configuration=Release
37
38
- name: Build Tests
39
- run: msbuild Bonsai.sln /t:Bonsai_Core_Tests /t:Bonsai_System_Tests /p:Configuration=Release
+ run: msbuild Bonsai.sln /t:Bonsai_Core_Tests /t:Bonsai_System_Tests /t:Bonsai_Editor_Tests /p:Configuration=Release
40
41
- name: Run Tests
42
run: msbuild Bonsai.Tests.proj
0 commit comments