We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b4ede4 + e15ecc2 commit 2e82918Copy full SHA for 2e82918
1 file changed
.github/workflows/tests.yml
@@ -37,4 +37,4 @@ jobs:
37
- name: Build
38
run: dotnet build -c ${{ matrix.configuration }} --no-restore -p:NoWarn=CS1591
39
- name: Test
40
- run: dotnet test -c ${{ matrix.configuration }} --no-build --no-restore --verbosity normal
+ run: dotnet test src/FastGenericNew.Tests/FastGenericNew.Tests.csproj -c ${{ matrix.configuration }} --no-build --no-restore --verbosity normal
0 commit comments