Skip to content

Commit

Permalink
Update action to net7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
InCerryGit committed Nov 25, 2022
1 parent 635d92d commit 5d18beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildandtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
run: |
dotnet build --configuration Release /home/runner/work/FasterKvCache/FasterKvCache/FasterKv.Cache.sln
- name: Run tests on net6.0
- name: Run tests on net7.0
run: |
dotnet test --framework=net6.0 /home/runner/work/FasterKvCache/FasterKvCache/tests/FasterKv.Cache.Core.Tests/FasterKv.Cache.Core.Tests.csproj
dotnet test --framework=net7.0 /home/runner/work/FasterKvCache/FasterKvCache/tests/FasterKv.Cache.Core.Tests/FasterKv.Cache.Core.Tests.csproj

0 comments on commit 5d18beb

Please sign in to comment.