From 5ff3fb864ea98ebcbd9f46a8fde4789e1c5f90e5 Mon Sep 17 00:00:00 2001 From: Daniel Noland Date: Sun, 27 Oct 2024 20:14:22 -0600 Subject: [PATCH] debug --- .github/workflows/sterile-build-and-test.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/sterile-build-and-test.yml b/.github/workflows/sterile-build-and-test.yml index 8c243f4e..5aadfc57 100644 --- a/.github/workflows/sterile-build-and-test.yml +++ b/.github/workflows/sterile-build-and-test.yml @@ -23,6 +23,7 @@ permissions: contents: write packages: write id-token: write + jobs: compile: runs-on: @@ -49,15 +50,15 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - run: just rust="${{matrix.rust}}" sterile cargo test --profile=debug --target=x86_64-unknown-linux-gnu - - run: just rust="${{matrix.rust}}" sterile cargo test --profile=debug --target=x86_64-unknown-linux-musl - - run: just rust="${{matrix.rust}}" sterile cargo test --profile=release --target=x86_64-unknown-linux-gnu - - run: just rust="${{matrix.rust}}" sterile cargo test --profile=release --target=x86_64-unknown-linux-musl + # - run: just rust="${{matrix.rust}}" sterile cargo test --profile=debug --target=x86_64-unknown-linux-gnu + # - run: just rust="${{matrix.rust}}" sterile cargo test --profile=debug --target=x86_64-unknown-linux-musl + # - run: just rust="${{matrix.rust}}" sterile cargo test --profile=release --target=x86_64-unknown-linux-gnu + # - run: just rust="${{matrix.rust}}" sterile cargo test --profile=release --target=x86_64-unknown-linux-musl - run: just rust="${{matrix.rust}}" profile=debug target=x86_64-unknown-linux-gnu push-container - - run: just rust="${{matrix.rust}}" profile=release target=x86_64-unknown-linux-gnu push-container - - run: just rust="${{matrix.rust}}" profile=debug target=x86_64-unknown-linux-musl push-container - - run: just rust="${{matrix.rust}}" profile=release target=x86_64-unknown-linux-musl push-container + # - run: just rust="${{matrix.rust}}" profile=release target=x86_64-unknown-linux-gnu push-container + # - run: just rust="${{matrix.rust}}" profile=debug target=x86_64-unknown-linux-musl push-container + # - run: just rust="${{matrix.rust}}" profile=release target=x86_64-unknown-linux-musl push-container - name: Setup tmate session for debug if: ${{ failure() && github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}