Skip to content

Commit

Permalink
Move test directory appropriately
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Dec 20, 2023
1 parent 848a621 commit 643c24d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ steps:
- group: "Unit: Spaces"
steps:

- label: "Unit: quadrature"
- label: "Unit: Quadratures"
key: unit_quadrature
command: "julia --color=yes --check-bounds=yes --project=test test/Spaces/quadrature.jl"
command: "julia --color=yes --check-bounds=yes --project=test test/Quadratures/Quadratures.jl"

- label: "Unit: spaces"
key: unit_spaces
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if !Sys.iswindows()
# now part of buildkite
# @safetestset "Distributed topology" begin @time include("Topologies/distributed.jl") end
=#
@safetestset "Quadrature" begin @time include("Spaces/quadrature.jl") end
@safetestset "Quadratures" begin @time include("Quadratures/quadrature.jl") end
@safetestset "Spaces" begin @time include("Spaces/spaces.jl") end
#=
@safetestset "Spaces - serial CPU DSS" begin @time include("Spaces/ddss1.jl") end
Expand Down

0 comments on commit 643c24d

Please sign in to comment.