2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-04-05 11:19:39 -04:00

Update build.yml to run tests

This commit is contained in:
ChrisDill 2021-01-15 10:44:55 +00:00
parent 7351c663fa
commit 927af656ab

View File

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