We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 249e4cb commit f8cd74fCopy full SHA for f8cd74f
1 file changed
test/runtests.jl
@@ -7,6 +7,7 @@ using ComponentArrays
7
using DelimitedFiles
8
9
@testset "Running from CLI" begin
10
+ ParticlesMC.comonicon_install();
11
@test success(`bash -c "command -v particlesmc"`)
12
@test success(`particlesMC params.toml`)
13
end
0 commit comments