Skip to content

Commit

Permalink
more nextest
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-noland committed Oct 28, 2024
1 parent 075ddc1 commit 99e325a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-developer-experience.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
> ci.x86_64-unknown-linux-gnu.json
cp ci.x86_64-unknown-linux-gnu.json target/nextest/ci/ci.x86_64-unknown-linux-gnu.json
markdown-test-report ci.x86_64-unknown-linux-gnu.json -o target/nextest/ci/ci.x86_64-unknown-linux-gnu.md
cat target/nextest/ci/ci.x86_64-unknown-linux-gnu.md > $GITHUB_STEP_SUMMARY
cat target/nextest/ci/ci.x86_64-unknown-linux-gnu.md >> $GITHUB_STEP_SUMMARY
continue-on-error: ${{ matrix.rust.optional }}
- run: just cargo +${{matrix.rust.toolchain}} build --locked --profile=debug --target=x86_64-unknown-linux-musl
continue-on-error: ${{ matrix.rust.optional }}
Expand All @@ -95,7 +95,7 @@ jobs:
> ci.x86_64-unknown-linux-musl.json
cp ci.x86_64-unknown-linux-musl.json target/nextest/ci/ci.x86_64-unknown-linux-musl.json
markdown-test-report ci.x86_64-unknown-linux-musl.json -o target/nextest/ci/ci.x86_64-unknown-linux-musl.md
cat target/nextest/ci/ci.x86_64-unknown-linux-musl.md > $GITHUB_STEP_SUMMARY
cat target/nextest/ci/ci.x86_64-unknown-linux-musl.md >> $GITHUB_STEP_SUMMARY
continue-on-error: ${{ matrix.rust.optional }}
# - run: just cargo +${{matrix.rust.toolchain}} build --locked --profile=release --target=x86_64-unknown-linux-gnu
# continue-on-error: ${{ matrix.rust.optional }}
Expand Down

0 comments on commit 99e325a

Please sign in to comment.