Skip to content

Commit 674631b

Browse files
committed
build: add tests
1 parent 9dd517c commit 674631b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.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)