Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debug
Browse files Browse the repository at this point in the history
daniel-noland committed Oct 28, 2024
1 parent 665f1a4 commit 5ff3fb8
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/sterile-build-and-test.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 5ff3fb8

Please sign in to comment.