Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Molinero committed May 3, 2022
1 parent 59b099e commit 51a79d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
run: dotnet build ./tests/Tests.csproj /p:Configuration=Release /v:quiet /p:WarningLevel=1

- name: Run Tests
run: dotnet test ./tests/bin/Release/net5.0/Tests.dll
run: dotnet test ./tests/bin/Release/net6.0/Tests.dll

0 comments on commit 51a79d9

Please sign in to comment.