Skip to content

Commit 2e82918

Browse files
authored
Merge pull request #106 from AstrumBot/fix/pr-103-ci
2 parents 8b4ede4 + e15ecc2 commit 2e82918

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
- name: Build
3838
run: dotnet build -c ${{ matrix.configuration }} --no-restore -p:NoWarn=CS1591
3939
- name: Test
40-
run: dotnet test -c ${{ matrix.configuration }} --no-build --no-restore --verbosity normal
40+
run: dotnet test src/FastGenericNew.Tests/FastGenericNew.Tests.csproj -c ${{ matrix.configuration }} --no-build --no-restore --verbosity normal

0 commit comments

Comments
 (0)