diff options
author | Ryo Nakamura <upa@haeena.net> | 2024-03-14 13:30:21 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2024-03-14 13:30:21 +0900 |
commit | 433f155cd3492388de11e1324be5292dcfabb24d (patch) | |
tree | 1803f47f5d4692494b49d933a6fb4cb2c12732f8 | |
parent | 40cf231e9a75e2134a6742433dd6b9529d1b773d (diff) |
remove test from the release workflow
because tagged commit is already tested.
-rw-r--r-- | .github/workflows/release.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fbde9d8..293f506 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 |