Skip to content

Commit

Permalink
turn bounds checking on when running tests on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman authored Jun 16, 2016
1 parent 50c03fc commit c3ea74b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ build_script:
test_script:
- usr\bin\julia -e "versioninfo()"
- copy usr\lib\julia\sys.ji local.ji && usr\bin\julia -J local.ji -e "true" && del local.ji
- cd test && ..\usr\bin\julia runtests.jl all && ..\usr\bin\julia runtests.jl libgit2-online pkg
- cd test && ..\usr\bin\julia --check-bounds=yes runtests.jl all &&
..\usr\bin\julia --check-bounds=yes runtests.jl libgit2-online pkg

0 comments on commit c3ea74b

Please sign in to comment.