Skip to content

Commit

Permalink
DEBUG More strict options
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Feb 11, 2021
1 parent dccf8c0 commit 0416132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-julia-1.6-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
${{ runner.os }}-
- run: julia --project=test -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()))'
- run: julia --project=test -e 'using Pkg; Pkg.develop(PackageSpec(path=joinpath(pwd(),"lib","CUDAKernels")))'
- run: julia --project=test test/runtests.jl
- run: julia --project=test --check-bounds=yes --code-coverage=user --depwarn=yes test/runtests.jl
- run: julia -e 'using Pkg; pkg"add Run@0.1"'
- run: julia -e 'using Run; Run.prepare_test()'
- run: julia -e 'using Run; Run.test()'
Expand Down

0 comments on commit 0416132

Please sign in to comment.