Skip to content

Commit 2d9f07e

Browse files
Revert single test invocation
1 parent f2f16e7 commit 2d9f07e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci-dgraph-systest-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ jobs:
6767
# move the binary
6868
cp dgraph/dgraph ~/go/bin/dgraph
6969
# run the unit and systests
70-
# cd t; ./t --suite=systest
71-
cd t; ./t --test=TestBackupHAClust
70+
cd t; ./t --suite=systest
7271
# clean up docker containers after test execution
7372
./t -r
7473
# sleep

0 commit comments

Comments
 (0)