We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb9c97 commit 4d32616Copy full SHA for 4d32616
.github/workflows/dotnet-test.yml
@@ -30,4 +30,6 @@ jobs:
30
run: dotnet build --no-restore
31
- name: Test
32
working-directory: ${{ runner.workspace }}/Lightning.NET
33
- run: dotnet test --no-build --no-restore --verbosity normal
+ run: |
34
+ dotnet run --project src/LightningDB.Tests --no-build --no-restore --verbosity normal --framework net9.0
35
+ dotnet run --project src/LightningDB.Tests --no-build --no-restore --verbosity normal --framework net8.0
0 commit comments