We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253a06b commit 90e6895Copy full SHA for 90e6895
1 file changed
.github/workflows/build.yml
@@ -42,6 +42,9 @@ jobs:
42
- name: Build
43
run: dotnet build E4A.PostGuard.slnx --configuration Release
44
45
+ - name: Test
46
+ run: dotnet test E4A.PostGuard.slnx --configuration Release --no-build
47
+
48
- name: Pack (dry run)
49
run: dotnet pack src/E4A.PostGuard.csproj --configuration Release --no-build --output ./artifacts
50
0 commit comments