diff --git a/.gitea/workflows/devstar-studio-dev-ci.yaml b/.gitea/workflows/devstar-studio-dev-ci.yaml index f19188c850..03acf4ed95 100644 --- a/.gitea/workflows/devstar-studio-dev-ci.yaml +++ b/.gitea/workflows/devstar-studio-dev-ci.yaml @@ -41,7 +41,6 @@ jobs: - name: 🔧 Test Codes and Build an Artifact run: | echo "Prepare to build repository code ${{ gitea.repository }}:${{ gitea.ref }}." - make test make docker - name: 🚀 Push Artifact to devstar.cn and docker.io Registry run: | diff --git a/Dockerfile.rootless b/Dockerfile.rootless index 0ab63205a6..36e6422716 100644 --- a/Dockerfile.rootless +++ b/Dockerfile.rootless @@ -35,7 +35,7 @@ ENV GITEA_I_AM_BEING_UNSAFE_RUNNING_AS_ROOT=1 RUN if [ -n "${GITEA_VERSION}" ]; then \ git checkout "${GITEA_VERSION}"; \ fi \ - && make clean-all build \ + && make clean-all test build \ && echo "-------------------" \ && echo " BUILD SUCCESS" \ && echo "-------------------"