Commit 2019c87 1 parent e8f8fa5 commit 2019c87 Copy full SHA for 2019c87
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 73
73
run : |
74
74
$TRAVIS_DIR/run-unit-test.sh $BACKEND
75
75
76
- # - name: Run core test
77
- # run: |
78
- # $TRAVIS_DIR/run-core-test.sh $BACKEND
76
+ - name : Run core test
77
+ run : |
78
+ $TRAVIS_DIR/run-core-test.sh $BACKEND
79
79
80
80
- name : Run api test
81
81
run : |
Original file line number Diff line number Diff line change 53
53
run : |
54
54
mvn test -pl hugegraph-pd/hg-pd-test -am -P pd-client-test -Dmaven.test.failure.ignore=true
55
55
56
- - name : Run core test
57
- run : |
58
- mvn test -pl hugegraph-pd/hg-pd-test -am -P pd-core-test -Dmaven.test.failure.ignore=true
56
+ # - name: Run core test
57
+ # run: |
58
+ # mvn test -pl hugegraph-pd/hg-pd-test -am -P pd-core-test -Dmaven.test.failure.ignore=true
59
59
60
60
- name : Run cli-tools test
61
61
run : |
You can’t perform that action at this time.
0 commit comments