Skip to content

Commit 77ff798

Browse files
reinstate tests
1 parent 05dc33f commit 77ff798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tests = [
2424
!CUDA.functional() && @warn("CUDA unavailable, not testing GPU support")
2525

2626
# Testing all graph types. :sparse is a bit broken at the moment
27-
@testset "GraphNeuralNetworks: graph format $graph_type" for graph_type in (:coo,)# :sparse, :dense)
27+
@testset "GraphNeuralNetworks: graph format $graph_type" for graph_type in (:coo, :sparse, :dense)
2828
global GRAPH_T = graph_type
2929
for t in tests
3030
include("$t.jl")

0 commit comments

Comments
 (0)