Skip to content

Commit 33ab3c3

Browse files
committed
trying net6.0 on windows
1 parent e383b9b commit 33ab3c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ 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+
- if: matrix.os == 'windows-latest'
42+
name: Tests - net6.0 (Previous LTS)
43+
run: dotnet run --no-build -c:Release -f:net6.0 --project test/FastExpressionCompiler.TestsRunner/FastExpressionCompiler.TestsRunner.csproj
4344

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

0 commit comments

Comments
 (0)