Commit a5aedcb
committed
ci: fix test step to only test net10.0 (matching test project)
The test project currently only targets net10.0 (net8.0 commented out
with TODO note about TUnit compatibility). The CI was trying to test
both frameworks, causing "No such file or directory" failures because
the net8.0 executable doesn't exist.
Aligns CI with test project's actual target framework until net8.0
support is re-enabled in NumSharp.UnitTest.csproj.1 parent 82048e7 commit a5aedcb
1 file changed
Lines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 51 | + | |
| 52 | + | |
58 | 53 | | |
59 | 54 | | |
60 | 55 | | |
| |||
0 commit comments