Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Lykov committed Dec 28, 2022
1 parent 389b17f commit 357c2e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/test-bench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ source ci/upload-ci-artifact.sh

eval "$(ci/channel-info.sh)"

# To prevent usange of `./cargo` without `nightly`
# Introduce cargoNighlty and disable warning to use word splitting
# shellcheck disable=SC2086
cargoNightly="$(readlink -f "./cargo") nightly"

set -o pipefail
Expand Down
3 changes: 3 additions & 0 deletions ci/test-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ source ci/_
source ci/rust-version.sh stable
source ci/rust-version.sh nightly
eval "$(ci/channel-info.sh)"
# To prevent usange of `./cargo` without `nightly`
# Introduce cargoNighlty and disable warning to use word splitting
# shellcheck disable=SC2086
cargoNightly="$(readlink -f "./cargo") nightly"

scripts/increment-cargo-version.sh check
Expand Down

0 comments on commit 357c2e7

Please sign in to comment.