remove test from the release workflow

because tagged commit is already tested.
This commit is contained in:
Ryo Nakamura
2024-03-14 13:30:21 +09:00
parent 40cf231e9a
commit 433f155cd3

View File

@@ -27,12 +27,6 @@ jobs:
- name: Configure Cmake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
- name: Build Containers
run: make -C ${{github.workspace}}/build docker-build-all
- name: Test
run: make -C ${{github.workspace}}/build docker-test-all
- name: Build single binary mscp
run: make -C ${{github.workspace}}/build build-single-binary