Skip to content

Commit 3cd3b00

Browse files
fix
1 parent 100ba5d commit 3cd3b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GraphNeuralNetworks/test/examples/node_classification_cora.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ end # module
108108
TrainingExampleModule.train_many()
109109
end
110110

111-
@testitem "training example GPU" setup=[TrainingExampleModule] begin
111+
@testitem "training example GPU" setup=[TrainingExampleModule] tags=[:gpu] begin
112112
using .TrainingExampleModule
113113
TrainingExampleModule.train_many(use_gpu = true)
114114
end

0 commit comments

Comments
 (0)