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

Test build fix

This commit is contained in:
Rgebee 2024-06-20 20:26:13 +01:00
commit 128f18f3d2
2 changed files with 24 additions and 3 deletions

View file

@ -84,7 +84,7 @@ jobs:
dotnet-version: 6.0.x
- name: build projects
run: dotnet build -c Release
run: dotnet build -c Release /p:BuildArch=${{ matrix.arch }}
- name: run tests
run: dotnet test Raylib-cs.Tests -c Release
@ -117,7 +117,7 @@ jobs:
dotnet-version: 6.0.x
- name: build projects
run: dotnet build -c Release
run: dotnet build -c Release /p:BuildArch=${{ matrix.arch }}
- name: run tests
run: dotnet test Raylib-cs.Tests -c Release