Skip to content

Commit 8f8cf0a

Browse files
authored
Update test.yml
1 parent 50ea016 commit 8f8cf0a

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
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-dotnet@v3
1515
with:
1616
dotnet-version: 8.x
17-
- name: Test
17+
- name: Run tests
1818
run: dotnet test --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura
1919

2020
- name: Upload coverage reports to Codecov

0 commit comments

Comments
 (0)