Skip to content

Commit 3c96183

Browse files
Set .NET 9 for tests on build-and-tests.yml
1 parent b5663d0 commit 3c96183

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-and-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,12 @@ jobs:
4343
- name: Check containers
4444
run: docker ps -a
4545

46-
- name: Run tests
46+
- name: Run tests (.NET 8)
4747
run: dotnet test --framework net8.0 --configuration Release --no-build --verbosity normal --logger GitHubActions
4848

49+
- name: Run tests (.NET 9)
50+
run: dotnet test --framework net9.0 --configuration Release --no-build --verbosity normal --logger GitHubActions
51+
4952
- name: Stop Docker Compose
5053
run: docker compose -f docker-compose.yml down
5154

0 commit comments

Comments
 (0)