Skip to content

Commit

Permalink
Merge pull request #137 from ModiaSim/gh_julia10update
Browse files Browse the repository at this point in the history
Gh julia10update
  • Loading branch information
GerhardHippmann authored Jan 15, 2024
2 parents 51f337c + e2d5342 commit ded1184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.9.4'
- '1.10.0'
os:
- ubuntu-latest
- windows-latest
Expand Down
4 changes: 2 additions & 2 deletions test/includeTests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Test.@testset "Basic" begin
include(joinpath("Basic", "AllShapes.jl"))
include(joinpath("Basic", "PendulumWithBar1.jl"))
include(joinpath("Basic", "PendulumWithBar2.jl"))
Test.@test_broken include(joinpath("Basic", "PendulumWithBar3.jl")) # error when called from here, works when called from REPL
include(joinpath("Basic", "PendulumWithBar3.jl"))
include(joinpath("Basic", "PendulumWithDamper.jl"))
include(joinpath("Basic", "PendulumWithFix.jl"))
include(joinpath("Basic", "PendulumWithParameterizedDamper.jl"))
Expand Down Expand Up @@ -58,7 +58,7 @@ Test.@testset "Robot" begin
include(joinpath("Robot", "ServoWithRampAndRevolute.jl"))
include(joinpath("Robot", "ServoWithPathAndRevolute.jl"))
if testsExtend >= normalTests
Test.@test_broken include(joinpath("Robot", "YouBotWithSphere.jl")) # LinearAlgebra.SingularException
Test.@test_skip include(joinpath("Robot", "YouBotWithSphere.jl")) # LinearAlgebra.SingularException on some platforms
include(joinpath("Robot", "YouBotGripping.jl"))
include(joinpath("Robot", "YouBotSphereTransport.jl"))
end
Expand Down

0 comments on commit ded1184

Please sign in to comment.