Skip to content

Commit fd0b6c1

Browse files
authored
chore(tests): upgrade nextest version to 0.9.25 (#13555)
1 parent 00afb0b commit fd0b6c1

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

scripts/environment/prepare.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ fi
99
if [[ "$(cross --version | grep cross)" != "cross 0.2.1" ]] ; then
1010
rustup run stable cargo install cross --version 0.2.1 --force
1111
fi
12-
if [[ "$(cargo-nextest --version)" != "cargo-nextest 0.9.11" ]] ; then
13-
rustup run stable cargo install cargo-nextest --version 0.9.11 --force
12+
if [[ "$(cargo-nextest --version)" != "cargo-nextest 0.9.25" ]] ; then
13+
rustup run stable cargo install cargo-nextest --version 0.9.25 --force --locked
1414
fi
1515

1616
cd scripts

scripts/integration/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1313
zlib1g-dev \
1414
&& rm -rf /var/lib/apt/lists/*
1515

16-
RUN rustup run "${RUST_VERSION}" cargo install cargo-nextest --version 0.9.18
16+
RUN rustup run "${RUST_VERSION}" cargo install cargo-nextest --version 0.9.25 --locked

scripts/integration/docker-compose.axiom.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ services:
4444
- "axiom-integration-tests"
4545
- "--lib"
4646
- "sinks::axiom::"
47-
- "--"
48-
- "--nocapture"
4947
environment:
5048
- AXIOM_URL=http://axiom-core
5149
depends_on:

0 commit comments

Comments
 (0)