We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48223a6 commit a217477Copy full SHA for a217477
.github/workflows/build-and-release.yml
@@ -48,6 +48,7 @@ jobs:
48
# - OpenBugs: excluded via --treenode-filter (known-failing bug reproductions)
49
# - WindowsOnly: auto-skipped at runtime via [SkipOnNonWindows] attribute
50
- name: Test (net10.0)
51
+ shell: bash
52
run: |
53
dotnet run --project test/NumSharp.UnitTest/NumSharp.UnitTest.csproj \
54
--configuration Release --no-build --framework net10.0 \
0 commit comments