File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 43
43
run : cd src-tauri && cargo test --release mixed_sighash_types
44
44
- name : Run test_4opc_sequences test
45
45
run : cd src-tauri && cargo test --release test_4opc_sequences -- --ignored
46
- - name : Run functional tests
47
- run : cd src-tauri && cargo test --release -p mintlayer-test --test functional -- --ignored
48
46
- uses : actions/upload-artifact@v4
49
47
if : failure()
50
48
with :
86
84
run : cd src-tauri && cargo test --release mixed_sighash_types
87
85
- name : Run test_4opc_sequences test
88
86
run : cd src-tauri && cargo test --release test_4opc_sequences
89
- - name : Run functional tests
90
- run : cd src-tauri && cargo test --release -p mintlayer-test --test functional -- --ignored
91
87
- uses : actions/upload-artifact@v4
92
88
if : failure()
93
89
with :
@@ -125,8 +121,6 @@ jobs:
125
121
run : cd src-tauri && cargo test --release mixed_sighash_types
126
122
- name : Run test_4opc_sequences test
127
123
run : cd src-tauri && cargo test --release test_4opc_sequences
128
- - name : Run functional tests
129
- run : cd src-tauri && cargo test --release -p mintlayer-test --test functional -- --ignored
130
124
- uses : actions/upload-artifact@v4
131
125
if : failure()
132
126
with :
You can’t perform that action at this time.
0 commit comments