We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb861c4 + e6e3f0c commit 9f149ebCopy full SHA for 9f149eb
.github/workflows/deploy-to-nuget.yml
@@ -33,9 +33,9 @@ jobs:
33
- name: Build
34
run: dotnet build ./src/PackedTables/PackedTables.sln --configuration Release --no-restore
35
36
- # Run tests
+ # Run tests
37
- name: Run tests
38
- run: dotnet test ./src/PackedTables.Tests/PackedTables.Tests.csproj --no-build
+ run: dotnet test ./src/PackedTables.Tests/PackedTables.Tests.csproj --configuration Release --no-build
39
40
# Pack the project
41
- name: Pack
0 commit comments