Skip to content

Commit

Permalink
Format [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroripper committed Mar 26, 2024
1 parent cb055c4 commit 92cbfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV["JULIA_PROJECT"] = dirname(Base.active_project())
JQM = JobQueueMPI

test_1_path = joinpath(".", "test1.jl")
test_2_path = joinpath(".", "test2.jl")
test_2_path = joinpath(".", "test2.jl")

@testset verbose = true "JobQueueMPI Tests" begin
mpiexec(exe -> run(`$exe -n 3 $(Base.julia_cmd()) --project $(test_1_path)`))
Expand Down

0 comments on commit 92cbfda

Please sign in to comment.