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:
parent
7351c663fa
commit
927af656ab
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user