Skip to content

Commit 9a07348

Browse files
committed
[DO NOT MERGE] Run tests in try build
1 parent e5010ea commit 9a07348

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,6 @@ jobs:
527527
try:
528528
name: "try - ${{ matrix.name }}"
529529
env:
530-
DIST_TRY_BUILD: 1
531530
CI_JOB_NAME: "${{ matrix.name }}"
532531
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
533532
HEAD_SHA: "${{ github.event.pull_request.head.sha || github.sha }}"

src/ci/github-actions/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ jobs:
687687
<<: *base-ci-job
688688
name: try - ${{ matrix.name }}
689689
env:
690-
DIST_TRY_BUILD: 1
690+
# DIST_TRY_BUILD: 1
691691
<<: [*shared-ci-variables, *prod-variables]
692692
if: github.event_name == 'push' && (((github.ref == 'refs/heads/try' || github.ref == 'refs/heads/try-perf') && github.repository == 'rust-lang-ci/rust') || ((github.ref == 'refs/heads/automation/bors/try') && github.repository == 'rust-lang/rust'))
693693
strategy:

0 commit comments

Comments
 (0)