Fix build
All checks were successful
Build / Build (push) Successful in 1m55s

This commit is contained in:
2026-07-05 14:01:14 +02:00
parent cc091d5327
commit 166a99566f

View File

@@ -27,4 +27,4 @@ jobs:
- name: Build
run: dotnet build PkmnLib.NET.slnx -c Release --nologo --verbosity quiet -p:NoWarn=CS1591
- name: Test
run: dotnet test --solution PkmnLib.NET.slnx -c Release --nologo --no-restore --no-build -- --disable-logo
run: dotnet test -c Release --nologo --no-restore --no-build -- --disable-logo