8000 Run net9 tests only · dotnet-script/dotnet-script@bb77c95 · GitHub
[go: up one dir, main page]

Skip to content

Commit bb77c95

Browse files
committed
Run net9 tests only
1 parent 20c3eb3 commit bb77c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: dotnet tool install dotnet-script --global
5656

5757
- name: Run tests
58-
run: dotnet test -c release src/Dotnet.Script.Tests/Dotnet.Script.Tests.csproj
58+
run: dotnet test -c release -f net9 src/Dotnet.Script.Tests/Dotnet.Script.Tests.csproj
5959

6060
- name: Run build script
6161
run: dotnet-script build/Build.csx

0 commit comments

Comments
 (0)
0