* Don't run the CPP example on CI * Add comment
This commit is contained in:
parent
b4e4038fb5
commit
678138f097
4
test.sh
4
test.sh
@ -57,8 +57,8 @@ cpp_test () {
|
|||||||
cd $DIR
|
cd $DIR
|
||||||
cmake ..
|
cmake ..
|
||||||
make -j $THREADS
|
make -j $THREADS
|
||||||
./parity-example > example.logs
|
# Note: we don't try to run the example because it tries to sync Kovan, and we don't want
|
||||||
tail --lines 100 example.logs
|
# that to happen on CI
|
||||||
cd -
|
cd -
|
||||||
rm -rf $DIR
|
rm -rf $DIR
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user