Skip to content

Commit

Permalink
ci: fix test script on buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Nov 15, 2024
1 parent c6593ae commit f65fe1c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .buildkite/testing_luxtestutils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ steps:
push!(dev_pkgs, Pkg.PackageSpec(path=pkg));
end;
Pkg.develop(dev_pkgs);
Pkg.instantiate()'
julia --color=yes --code-coverage=user --depwarn=yes --project=lib/LuxTestUtils/test -e '
import Pkg, LuxTestUtils
dir = dirname(pathof(LuxTestUtils))
include(joinpath(dir, "../test/runtests.jl"))'
Pkg.instantiate();
Pkg.test(; coverage="user")'
agents:
queue: "juliagpu"
cuda: "*"
Expand Down

0 comments on commit f65fe1c

Please sign in to comment.