Skip to content

Commit ffe2d71

Browse files
authored
Update runtests.jl
1 parent 4e07013 commit ffe2d71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/runtests.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ else
1616
end
1717

1818
@testset "SlurmClusterManager.jl" begin
19+
@testset "Unit tests" begin
20+
include("unit.jl")
21+
end
22+
1923
# test that slurm is available
2024
@test !(Sys.which("sinfo") === nothing)
2125

0 commit comments

Comments
 (0)