Skip to content

Commit 48dfed3

Browse files
cleanup
1 parent 20d5b8a commit 48dfed3

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- master
99
jobs:
10-
test:https://piazza.com/unibocconi.it/fall2020/csdb/resources
10+
test:
1111
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
1212
runs-on: ${{ matrix.os }}
1313
strategy:

test/runtests.jl

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ ENV["DATADEPS_ALWAYS_ACCEPT"] = true # for MLDatasets
2121
include("test_utils.jl")
2222

2323
tests = [
24-
# "GNNGraphs/gnngraph",
25-
# "GNNGraphs/transform",
26-
# "GNNGraphs/operators",
27-
# "GNNGraphs/generate",
28-
# "GNNGraphs/query",
29-
# "utils",
30-
# "msgpass",
31-
# "layers/basic",
24+
"GNNGraphs/gnngraph",
25+
"GNNGraphs/transform",
26+
"GNNGraphs/operators",
27+
"GNNGraphs/generate",
28+
"GNNGraphs/query",
29+
"utils",
30+
"msgpass",
31+
"layers/basic",
3232
"layers/conv",
33-
# "layers/pool",
34-
# "examples/node_classification_cora",
35-
# "deprecations",
33+
"layers/pool",
34+
"examples/node_classification_cora",
35+
"deprecations",
3636
]
3737

3838
!CUDA.functional() && @warn("CUDA unavailable, not testing GPU support")

0 commit comments

Comments
 (0)