mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-06-30 19:03:42 -04:00
Update build.yml to run tests
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user