Skip to content

Commit 024bac0

Browse files
committed
trying to fix tests
1 parent b8b665e commit 024bac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
run: dotnet build --no-restore -c Release
3737

3838
- name: Test ✅
39-
run: dotnet test --verbosity normal
39+
run: dotnet test --no-restore --no-build --verbosity normal

0 commit comments

Comments
 (0)