Skip to content

Commit

Permalink
[CI Tests] enable ci tests for v6d, graphar
Browse files Browse the repository at this point in the history
Committed-by: bingqing.lbq from Dev container
  • Loading branch information
BingqingLyu committed Nov 20, 2023
1 parent a88c90f commit e8e855e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@ private static GraphProperties getTestGraph(Configs configs) {
case "csr":
testGraph = TestGraphFactory.MCSR;
break;
case "grinv6d":
testGraph = TestGraphFactory.GRINV6D;
break;
case "gringraphar":
testGraph = TestGraphFactory.GRINGRAPHAR;
break;
default:
throw new IllegalArgumentException("unknown graph store type");
}
Expand Down

0 comments on commit e8e855e

Please sign in to comment.