Skip to content

Commit 5d00ca0

Browse files
committed
build: add tests
1 parent 8b6ebb6 commit 5d00ca0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-zxbstudio.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929

3030
- name: Build project
3131
run: dotnet build ZXBasicStudio.sln --configuration Release --no-restore
32+
33+
- name: Run tests
34+
run: dotnet test
3235

3336
- name: Publish for Linux
3437
run: |

0 commit comments

Comments
 (0)