Watch
2
0
Fork
You've already forked raylib-cs
0

Update build.yml to run tests

This commit is contained in:
Rgebee 2021-01-15 10:44:55 +00:00
commit 927af656ab

View file

@ -19,5 +19,7 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
- name: Build with dotnet
- name: Build project
run: dotnet build -c Release
- name: Test project
run: dotnet test