Skip to content

Commit

Permalink
edit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
peteroupc committed Dec 20, 2024
1 parent 4013b99 commit f03e569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0'
dotnet-version: '9.0'
- name: Test
run: |
dotnet add CBORTest package Microsoft.NET.Test.Sdk # Update is required for GitHubActionsTestLogger to print anything
dotnet add CBORTest package GitHubActionsTestLogger
dotnet add CBORTest package NUnit3TestAdapter
dotnet test CBORTest -c Release --blame-hang-timeout 10s -v diag
dotnet test CBORTest -c Release --blame-hang-timeout 10s -v d
permissions:
contents: read

0 comments on commit f03e569

Please sign in to comment.