Skip to content

Commit

Permalink
Move recursive tests into separate folder
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Jun 16, 2023
1 parent fdb0429 commit b164a82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ steps:
- group: "Unit: RecursiveApply"
steps:

- label: "Unit: recursive"
key: unit_recursive
command: "julia --color=yes --check-bounds=yes --project=test test/recursive.jl"
- label: "Unit: RecursiveApply"
key: unit_recursive_apply
command: "julia --color=yes --check-bounds=yes --project=test test/RecursiveApply/recursive_apply.jl"

- group: "Unit: Utilities"
steps:
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 @@ -11,7 +11,7 @@ Stacktrace:
[1] pkgerror(msg::String)
=#
if !Sys.iswindows()
@safetestset "Recursive" begin @time include("recursive.jl") end
@safetestset "Recursive" begin @time include("RecursiveApply/recursive_apply.jl") end
@safetestset "PlusHalf" begin @time include("Utilities/plushalf.jl") end

@safetestset "DataLayouts 0D" begin @time include("DataLayouts/data0d.jl") end
Expand Down

0 comments on commit b164a82

Please sign in to comment.