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

Commit

Permalink
Backport #10285 to beta (#10286)
Browse files Browse the repository at this point in the history
* Don't run the CPP example on CI

* Add comment
  • Loading branch information
tomaka authored and 5chdn committed Feb 3, 2019
1 parent b4e4038 commit 678138f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ cpp_test () {
cd $DIR
cmake ..
make -j $THREADS
./parity-example > example.logs
tail --lines 100 example.logs
# Note: we don't try to run the example because it tries to sync Kovan, and we don't want
# that to happen on CI
cd -
rm -rf $DIR
;;
Expand Down

0 comments on commit 678138f

Please sign in to comment.