summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release.yml6
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