Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge committed Feb 7, 2025
1 parent d455e1b commit 3ce5d00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ end
@testset "Unit tests" begin
include("unit.jl")
end

@testset "Test some unhappy paths (error paths)" begin
include("error_path_intentionally_fail.jl")
end

# test that slurm is available
@test !(Sys.which("sinfo") === nothing)
Expand Down

0 comments on commit 3ce5d00

Please sign in to comment.