Skip to content

Commit 022731f

Browse files
Fix typo
1 parent ca8fbbd commit 022731f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: dotnet build $STRAVAIG_SOLUTION --configuration Release
7474

7575
- name: Run Tests
76-
run: dotnet test src/$STRAVAIG_TESTS/$STRAVAIG_TESTS.csproj --configuration Release -filter TestCategory!=LongStressTest
76+
run: dotnet test src/$STRAVAIG_TESTS/$STRAVAIG_TESTS.csproj --configuration Release --filter TestCategory!=LongStressTest
7777

7878
- name: Package Preview Release
7979
if: ${{ env.STRAVAIG_IS_PREVIEW == 'true' }}

0 commit comments

Comments
 (0)