Skip to content

Commit 10c9094

Browse files
committed
--no-build
1 parent 356b093 commit 10c9094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: dotnet build --no-restore -c Debug
5959
- name: Test solution [Debug]
6060
working-directory: src
61-
run: dotnet test --no-restore -p:CollectCoverage=true -p:CoverletOutputFormat=opencover -p:CoverletOutput=../.coverage/
61+
run: dotnet test --no-build -p:CollectCoverage=true -p:CoverletOutputFormat=opencover -p:CoverletOutput=../.coverage/
6262
- name: Upload coverage to codecov
6363
if: ${{ startsWith(matrix.os, 'ubuntu') }}
6464
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)