Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bb77c95

Browse filesBrowse files
committed
Run net9 tests only
1 parent 20c3eb3 commit bb77c95
Copy full SHA for bb77c95

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎.github/workflows/main.yml

Copy file name to clipboardExpand all lines: .github/workflows/main.yml
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.