File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 1010 matrix :
1111 include :
1212 - rust : stable
13- env :
14- RUSTFMTCHK : true
1513 - rust : nightly
16- env :
17- RUSTFMTCHK : false
1814 - rust : 1.41.1
19- env :
20- RUSTFMTCHK : false
2115 steps :
2216 - name : Checkout Crate
2317 uses : actions/checkout@v2
2923 override : true
3024 - run : cargo update -p serde --precise 1.0.152
3125 - name : Running test script
32- env : ${{ matrix.env }}
3326 run : ./contrib/test.sh
3427
3528 integrations-tests :
Original file line number Diff line number Diff line change 22set -xe
33
44# Just echo all the relevant env vars to help debug Travis.
5- echo " RUSTFMTCHECK: \" $RUSTFMTCHECK \" "
65echo " BITCOINVERSION: \" $BITCOINVERSION \" "
76echo " PATH: \" $PATH \" "
87
9- if [ -n " $RUSTFMTCHECK " ]; then
10- rustup component add rustfmt
11- cargo fmt --all -- --check
12- fi
13-
148# Integration test.
159if [ -n " $BITCOINVERSION " ]; then
1610 wget https://bitcoincore.org/bin/bitcoin-core-$BITCOINVERSION /bitcoin-$BITCOINVERSION -x86_64-linux-gnu.tar.gz
You can’t perform that action at this time.
0 commit comments