File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 7
7
branches :
8
8
- master
9
9
jobs :
10
- test:https://piazza.com/unibocconi.it/fall2020/csdb/resources
10
+ test :
11
11
name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
12
12
runs-on : ${{ matrix.os }}
13
13
strategy :
Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ ENV["DATADEPS_ALWAYS_ACCEPT"] = true # for MLDatasets
21
21
include (" test_utils.jl" )
22
22
23
23
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" ,
32
32
" layers/conv" ,
33
- # "layers/pool",
34
- # "examples/node_classification_cora",
35
- # "deprecations",
33
+ " layers/pool" ,
34
+ " examples/node_classification_cora" ,
35
+ " deprecations" ,
36
36
]
37
37
38
38
! CUDA. functional () && @warn (" CUDA unavailable, not testing GPU support" )
You can’t perform that action at this time.
0 commit comments