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 f8ee0ba commit a821dc6Copy full SHA for a821dc6
.github/workflows/ci.yml
@@ -48,6 +48,8 @@ jobs:
48
7.0.x
49
8.0.x
50
9.0.x
51
+ - name: Build solution
52
+ run: dotnet build
53
- name: Run tests
54
run: dotnet test --filter FullyQualifiedName~TestableIO.System.IO.Abstractions.Api.Tests --logger "GitHubActions"
55
coverage:
0 commit comments