Skip to content

Commit

Permalink
Merge pull request #1414 from SebastianM-C/smc/lux
Browse files Browse the repository at this point in the history
add Lux extension tests in ci
  • Loading branch information
ChrisRackauckas authored Jan 21, 2025
2 parents 269409e + d5d1c6a commit 8841664
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- Core
- Downstream
- GroebnerExt
- LuxExt
- SymPy
version:
- '1'
Expand Down
4 changes: 4 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ if GROUP == "All" || GROUP == "GroebnerExt"
@safetestset "Groebner extension Test" begin include("extensions/groebner.jl") end
end

if GROUP == "All" || GROUP == "LuxExt"
@safetestset "Lux extension Test" begin include("extensions/lux.jl") end
end

if GROUP == "All" || GROUP == "Core" || GROUP == "SymbolicIndexingInterface"
@safetestset "SymbolicIndexingInterface Trait Test" begin
include("symbolic_indexing_interface_trait.jl")
Expand Down

0 comments on commit 8841664

Please sign in to comment.