Skip to content

Commit

Permalink
Merge pull request #368 from chrisbrahms/CI_version
Browse files Browse the repository at this point in the history
switch off parallel scan tests on CI
  • Loading branch information
chrisbrahms authored Oct 23, 2024
2 parents 5be36a8 + 265c088 commit 92e4a14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_scans.jl
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ rm.(files)
end

##
if ~Sys.iswindows()
if ~("GITHUB_ACTIONS" in keys(ENV))
@testset "multi-process queue scan" begin
ps = addprocs(2)
@everywhere using Luna
Expand Down Expand Up @@ -249,7 +249,7 @@ end
@test length(readdir(td)) == 2length(energies)
rm(td; recursive=true)
end
end # if ~Sys.iswindows()
end # if ~("GITHUB_ACTIONS" in keys(ENV))

##
@testset "automatic ScanHDF5Output in prop_capillary scan" begin
Expand Down

0 comments on commit 92e4a14

Please sign in to comment.