File tree 2 files changed +0
-13
lines changed
2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 10
10
matrix :
11
11
include :
12
12
- rust : stable
13
- env :
14
- RUSTFMTCHK : true
15
13
- rust : nightly
16
- env :
17
- RUSTFMTCHK : false
18
14
- rust : 1.41.1
19
- env :
20
- RUSTFMTCHK : false
21
15
steps :
22
16
- name : Checkout Crate
23
17
uses : actions/checkout@v2
29
23
override : true
30
24
- run : cargo update -p serde --precise 1.0.152
31
25
- name : Running test script
32
- env : ${{ matrix.env }}
33
26
run : ./contrib/test.sh
34
27
35
28
integrations-tests :
Original file line number Diff line number Diff line change 2
2
set -xe
3
3
4
4
# Just echo all the relevant env vars to help debug Travis.
5
- echo " RUSTFMTCHECK: \" $RUSTFMTCHECK \" "
6
5
echo " BITCOINVERSION: \" $BITCOINVERSION \" "
7
6
echo " PATH: \" $PATH \" "
8
7
9
- if [ -n " $RUSTFMTCHECK " ]; then
10
- rustup component add rustfmt
11
- cargo fmt --all -- --check
12
- fi
13
-
14
8
# Integration test.
15
9
if [ -n " $BITCOINVERSION " ]; then
16
10
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