Skip to content

Commit 433f155

Browse files
committed
remove test from the release workflow
because tagged commit is already tested.
1 parent 40cf231 commit 433f155

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

-6
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ jobs:
2727
- name: Configure Cmake
2828
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
2929

30-
- name: Build Containers
31-
run: make -C ${{github.workspace}}/build docker-build-all
32-
33-
- name: Test
34-
run: make -C ${{github.workspace}}/build docker-test-all
35-
3630
- name: Build single binary mscp
3731
run: make -C ${{github.workspace}}/build build-single-binary
3832

0 commit comments

Comments
 (0)