diff --git a/.github/workflows/check-developer-experience.yml b/.github/workflows/check-developer-experience.yml index eb1b381b..3ba03182 100644 --- a/.github/workflows/check-developer-experience.yml +++ b/.github/workflows/check-developer-experience.yml @@ -72,9 +72,9 @@ jobs: - run: just cargo +${{matrix.rust.toolchain}} build --profile=release --target=x86_64-unknown-linux-gnu continue-on-error: ${{ matrix.rust.optional }} - - run: just cargo +${{matrix.rust.toolchain}} test --profile=release --target=x86_64-unknown-linux-gnu - continue-on-error: ${{ matrix.rust.optional }} +# - run: just cargo +${{matrix.rust.toolchain}} test --profile=release --target=x86_64-unknown-linux-gnu +# continue-on-error: ${{ matrix.rust.optional }} - run: just cargo +${{matrix.rust.toolchain}} build --profile=release --target=x86_64-unknown-linux-musl continue-on-error: ${{ matrix.rust.optional }} - - run: just cargo +${{matrix.rust.toolchain}} test --profile=release --target=x86_64-unknown-linux-musl - continue-on-error: ${{ matrix.rust.optional }} +# - run: just cargo +${{matrix.rust.toolchain}} test --profile=release --target=x86_64-unknown-linux-musl +# continue-on-error: ${{ matrix.rust.optional }} diff --git a/.github/workflows/sterile-build-and-test.yml b/.github/workflows/sterile-build-and-test.yml index 6641ce27..42b93cff 100644 --- a/.github/workflows/sterile-build-and-test.yml +++ b/.github/workflows/sterile-build-and-test.yml @@ -43,13 +43,13 @@ jobs: - run: just rust="${{matrix.rust}}" sterile cargo build --profile=debug --target=x86_64-unknown-linux-gnu - run: just rust="${{matrix.rust}}" sterile cargo test --profile=debug --target=x86_64-unknown-linux-gnu - - run: just rust="${{matrix.rust}}" sterile cargo build --profile=debug --target=x86_64-unknown-linux-musl - - run: just rust="${{matrix.rust}}" sterile cargo test --profile=debug --target=x86_64-unknown-linux-musl +# - run: just rust="${{matrix.rust}}" sterile cargo build --profile=debug --target=x86_64-unknown-linux-musl +# - run: just rust="${{matrix.rust}}" sterile cargo test --profile=debug --target=x86_64-unknown-linux-musl - run: just rust="${{matrix.rust}}" sterile cargo build --profile=release --target=x86_64-unknown-linux-gnu - - run: just rust="${{matrix.rust}}" sterile cargo test --profile=release --target=x86_64-unknown-linux-gnu - - run: just rust="${{matrix.rust}}" sterile cargo build --profile=release --target=x86_64-unknown-linux-musl - - 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=release --target=x86_64-unknown-linux-gnu +# - run: just rust="${{matrix.rust}}" sterile cargo build --profile=release --target=x86_64-unknown-linux-musl +# - run: just rust="${{matrix.rust}}" sterile cargo test --profile=release --target=x86_64-unknown-linux-musl - run: | set -euxo pipefail