Commit 0e034e0 1 parent 08fcbbf commit 0e034e0 Copy full SHA for 0e034e0
File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,19 @@ task:
16
16
matrix :
17
17
- USE_MIN_BITCOIN_VERSION : ' TRUE'
18
18
- USE_MIN_BITCOIN_VERSION : ' FALSE'
19
+ - USE_TAPROOT : 1
19
20
- name : ' RPC functional tests'
20
21
env :
21
22
TEST_GROUP : tests/test_rpc.py
23
+ matrix :
24
+ - USE_TAPROOT : 0
25
+ - USE_TAPROOT : 1
22
26
- name : ' Chain functional tests'
23
27
env :
24
28
TEST_GROUP : tests/test_chain.py
29
+ matrix :
30
+ - USE_TAPROOT : 0
31
+ - USE_TAPROOT : 1
25
32
26
33
cargo_registry_cache :
27
34
folders : $CARGO_HOME/registry
34
41
fingerprint_script :
35
42
- rustc --version
36
43
- cat Cargo.lock
37
- lianad_build_script : cargo build --release
44
+ tests_tools_cache :
45
+ folder : tests/tools/taproot_signer/target
46
+ fingerprint_script :
47
+ - rustc --version
48
+ - cat tests/tools/taproot_signer/Cargo.lock
49
+ lianad_build_script : cargo build --release && cd tests/tools/taproot_signer && cargo build --release
38
50
39
51
deps_script : apt update && apt install -y python3 python3-pip
40
52
You can’t perform that action at this time.
0 commit comments