We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d42d9a3 + 657c62e commit 3bedf94Copy full SHA for 3bedf94
.github/workflows/deploy-to-nuget.yml
@@ -28,10 +28,10 @@ jobs:
28
# Build the project
29
- name: Build
30
run: dotnet build ./src/PackedTables/PackedTables.sln --configuration Release --no-restore
31
-
32
- # Run tests
+
+ # Run tests
33
- name: Run tests
34
- run: dotnet test ./src/PackedTables.Tests/PackedTables.Tests.csproj --framework net9.0 --no-build
+ run: dotnet test ./src/PackedTables.Tests/PackedTables.Tests.csproj --no-build
35
36
# Pack the project
37
- name: Pack
0 commit comments