We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab42e77 commit 31fdf99Copy full SHA for 31fdf99
.github/workflows/test.yml
@@ -13,4 +13,4 @@ jobs:
13
with:
14
dotnet-version: 8.0.x
15
- name: Run tests
16
- run: dotnet test
+ run: dotnet test test/SimpleBase.Tests.csproj
0 commit comments