Skip to content

Commit ac7f996

Browse files
committed
Run tests like originally written
1 parent 4dd81ae commit ac7f996

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎.github/workflows/dotnet-test.yml‎

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

0 commit comments

Comments
 (0)