We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6ebb6 commit 5d00ca0Copy full SHA for 5d00ca0
1 file changed
.github/workflows/build-zxbstudio.yml
@@ -29,6 +29,9 @@ jobs:
29
30
- name: Build project
31
run: dotnet build ZXBasicStudio.sln --configuration Release --no-restore
32
+
33
+ - name: Run tests
34
+ run: dotnet test
35
36
- name: Publish for Linux
37
run: |
0 commit comments