Skip to content

Commit 809d3a4

Browse files
authored
chore(codeintel): Fix CI tests (#70)
Some of the CI tests are failing and this PR is tracking the attempt to resolve it.
1 parent 3d9b201 commit 809d3a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
- uses: actions/setup-dotnet@v3
1616
with:
1717
dotnet-version: |
18-
6.x
1918
7.x
2019
8.x
2120
- run: dotnet format --verify-no-changes
@@ -35,4 +34,6 @@ jobs:
3534
6.x
3635
7.x
3736
8.x
38-
- run: dotnet test
37+
- run: dotnet test -p:TargetFrameworks=net8.0
38+
- run: dotnet test -p:TargetFrameworks=net7.0
39+
- run: dotnet test -p:TargetFrameworks=net6.0

0 commit comments

Comments
 (0)