Skip to content

Commit 1a490e9

Browse files
committed
with restore in test
1 parent 675d6ee commit 1a490e9

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
@@ -29,7 +29,7 @@ jobs:
2929
- name: Test Examples
3030
run: dotnet test ../examples/
3131
- name: Test & Code Coverage
32-
run: dotnet test --collect:"XPlat Code Coverage" -r ./codecov --no-restore --verbosity normal
32+
run: dotnet test --collect:"XPlat Code Coverage" -r ./codecov --verbosity normal
3333
- name: Codecov
3434
uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # 3.1.0
3535
with:

0 commit comments

Comments
 (0)