We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f41fe2 commit 836325eCopy full SHA for 836325e
.github/workflows/clippy_bors.yml
@@ -222,10 +222,11 @@ jobs:
222
223
# Run
224
- name: Test ${{ matrix.integration }}
225
- run: $CARGO_TARGET_DIR/debug/integration
+ run: |
226
+ RUSTUP_TOOLCHAIN="$(rustup show active-toolchain | grep -o -E "nightly-[0-9]{4}-[0-9]{2}-[0-9]{2}")" \
227
+ $CARGO_TARGET_DIR/debug/integration
228
env:
229
INTEGRATION: ${{ matrix.integration }}
- RUSTUP_TOOLCHAIN: master
230
231
# These jobs doesn't actually test anything, but they're only used to tell
232
# bors the build completed, as there is no practical way to detect when a
0 commit comments