Enable test running on package and PR

This commit is contained in:
Matt Nadareski
2024-12-03 20:58:40 -05:00
parent f6df7e96c1
commit eacd60562c
3 changed files with 9 additions and 2 deletions

View File

@@ -20,6 +20,12 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build library
run: dotnet build
- name: Run tests
run: dotnet test
- name: Pack
run: dotnet pack

View File

@@ -17,7 +17,7 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --no-restore
run: dotnet build
- name: Test
run: dotnet test --no-restore --verbosity normal
run: dotnet test

View File

@@ -15,6 +15,7 @@
- Perform better path emptiness checks
- Add tests around UIC helpers
- Add tests around PS3 CFW helpers
- Enable test running on package and PR
### 3.2.4 (2024-11-24)