Skip to content

Commit e383b9b

Browse files
committed
fix ci
1 parent 3d9bfe7 commit e383b9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
- name: Tests - net8.0 (Latest LTS)
3939
run: dotnet run --no-build -c:Release -f:net8.0 --project test/FastExpressionCompiler.TestsRunner/FastExpressionCompiler.TestsRunner.csproj
4040

41-
- name: Tests - net6.0 (Previous LTS)
42-
run: dotnet run --no-build -c:Release -f:net6.0 --project test/FastExpressionCompiler.TestsRunner/FastExpressionCompiler.TestsRunner.csproj
41+
# - name: Tests - net6.0 (Previous LTS)
42+
# run: dotnet run --no-build -c:Release -f:net6.0 --project test/FastExpressionCompiler.TestsRunner/FastExpressionCompiler.TestsRunner.csproj
4343

4444
- if: matrix.os == 'windows-latest'
4545
name: Tests - net472 (Windows only)

0 commit comments

Comments
 (0)