We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5cfe10 commit 10ff448Copy full SHA for 10ff448
test/runtests.jl
@@ -13,6 +13,8 @@ using ExplicitImports
13
14
(isinteractive() ? includet : include)(joinpath(pkgdir(NetworkDynamics, "test", "testutils.jl")))
15
16
+haskey(ENV, "BUILDKITE") && @test CUDA.functional() # fail early in buildkite if cuda is not available
17
+
18
@testset "NetworkDynamics Tests" begin
19
@testset "Package Quality Tests" begin
20
# print_explicit_imports(NetworkDynamics)
0 commit comments