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 ca8fbbd commit 022731fCopy full SHA for 022731f
.github/workflows/build.yml
@@ -73,7 +73,7 @@ jobs:
73
run: dotnet build $STRAVAIG_SOLUTION --configuration Release
74
75
- name: Run Tests
76
- run: dotnet test src/$STRAVAIG_TESTS/$STRAVAIG_TESTS.csproj --configuration Release -filter TestCategory!=LongStressTest
+ run: dotnet test src/$STRAVAIG_TESTS/$STRAVAIG_TESTS.csproj --configuration Release --filter TestCategory!=LongStressTest
77
78
- name: Package Preview Release
79
if: ${{ env.STRAVAIG_IS_PREVIEW == 'true' }}
0 commit comments