We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd517c commit 674631bCopy full SHA for 674631b
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