Skip to content

Commit 8447ff4

Browse files
committed
Try --roll-forward
1 parent 81632ea commit 8447ff4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ jobs:
3434
- uses: actions/checkout@v4
3535

3636
- uses: actions/setup-dotnet@v4
37-
with:
38-
dotnet-version: 8.x.x
3937

40-
- run: dotnet test AssimpNet.Test -c ${{ matrix.configuration }} ${{ matrix.additional_args }}
38+
- run: dotnet test --roll-forward LatestMajor AssimpNet.Test -c ${{ matrix.configuration }} ${{ matrix.additional_args }}
4139

4240

0 commit comments

Comments
 (0)