Skip to content

Commit aa4e888

Browse files
committed
feat: general improvements and minor bugs
1 parent 10c27cb commit aa4e888

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml renamed to .github/workflows/unittest-verification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: UnitTests
1+
name: UnitTest-Verification
22

33
on:
44
workflow_dispatch:
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup .NET
2121
uses: actions/setup-dotnet@v3
2222
with:
23-
dotnet-version: 9.x
23+
dotnet-version: 10.x
2424

2525
- name: Restore dependencies
2626
run: dotnet restore

0 commit comments

Comments
 (0)