Skip to content

Commit 8803b47

Browse files
waytothevenusazarovh
authored andcommitted
fix(CI/CD): modify CI/CD pipeline
1 parent 3967493 commit 8803b47

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ jobs:
4343
run: cd src-tauri && cargo test --release mixed_sighash_types
4444
- name: Run test_4opc_sequences test
4545
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
4846
- uses: actions/upload-artifact@v4
4947
if: failure()
5048
with:
@@ -86,8 +84,6 @@ jobs:
8684
run: cd src-tauri && cargo test --release mixed_sighash_types
8785
- name: Run test_4opc_sequences test
8886
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
9187
- uses: actions/upload-artifact@v4
9288
if: failure()
9389
with:
@@ -125,8 +121,6 @@ jobs:
125121
run: cd src-tauri && cargo test --release mixed_sighash_types
126122
- name: Run test_4opc_sequences test
127123
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
130124
- uses: actions/upload-artifact@v4
131125
if: failure()
132126
with:

0 commit comments

Comments
 (0)