diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5dd06b495c237..c7e6aa1b1313a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,5 +11,9 @@ jobs: uses: actions/checkout@v3 - name: build_container run: ./run.sh amd64 true - - name: build opt - run: ./run.sh amd64 ./build.sh opt + - name: build all + run: ./run.sh amd64 ./build.sh all + - name: build debug + run: ./run.sh amd64 ./build.sh debug + - name: test + run: ./run.sh amd64 make -C build check-tcg