Skip to content

Commit 4d32616

Browse files
committed
Trying different CI approach for better test output
1 parent ccb9c97 commit 4d32616

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dotnet-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ jobs:
3030
run: dotnet build --no-restore
3131
- name: Test
3232
working-directory: ${{ runner.workspace }}/Lightning.NET
33-
run: dotnet test --no-build --no-restore --verbosity normal
33+
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

Comments
 (0)