Skip to content

Commit

Permalink
CI and windows fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 committed Oct 3, 2023
1 parent 915d8d6 commit e28f423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
version:
- '1.9'
- '~1.10.0-'
- '~1.10.0'
- 'nightly'
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion test/test_ref_out.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ warn_only_logger = MinLevelLogger(current_logger(), Logging.Warn);

@testset "full run example" begin
for continue_sim in (true,false)
test_out = joinpath(@__DIR__, "example/output/full",continue_sim ? "con" : "start")
test_out = joinpath(@__DIR__, "example/output/full",continue_sim ? "conti" : "start")
rm(test_out; force=true, recursive=true)
args = ["--out=$test_out","--batch=1"]
continue_sim && push!(args,"--continue")
Expand Down

0 comments on commit e28f423

Please sign in to comment.