Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 678138f

Browse files
tomaka5chdn
authored andcommitted
Backport #10285 to beta (#10286)
* Don't run the CPP example on CI * Add comment
1 parent b4e4038 commit 678138f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ cpp_test () {
5757
cd $DIR
5858
cmake ..
5959
make -j $THREADS
60-
./parity-example > example.logs
61-
tail --lines 100 example.logs
60+
# Note: we don't try to run the example because it tries to sync Kovan, and we don't want
61+
# that to happen on CI
6262
cd -
6363
rm -rf $DIR
6464
;;

0 commit comments

Comments
 (0)