diff --git a/.github/workflows/build_nupkg.yml b/.github/workflows/build_nupkg.yml index 310d2837..f0ca1709 100644 --- a/.github/workflows/build_nupkg.yml +++ b/.github/workflows/build_nupkg.yml @@ -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 diff --git a/.github/workflows/check_pr.yml b/.github/workflows/check_pr.yml index e6e63e77..681acf9c 100644 --- a/.github/workflows/check_pr.yml +++ b/.github/workflows/check_pr.yml @@ -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 \ No newline at end of file + run: dotnet test \ No newline at end of file diff --git a/CHANGELIST.md b/CHANGELIST.md index cf2aae58..bcca690a 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -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)