File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 9
9
if [[ " $( cross --version | grep cross) " != " cross 0.2.1" ]] ; then
10
10
rustup run stable cargo install cross --version 0.2.1 --force
11
11
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
14
14
fi
15
15
16
16
cd scripts
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
13
13
zlib1g-dev \
14
14
&& rm -rf /var/lib/apt/lists/*
15
15
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
Original file line number Diff line number Diff line change @@ -44,8 +44,6 @@ services:
44
44
- " axiom-integration-tests"
45
45
- " --lib"
46
46
- " sinks::axiom::"
47
- - " --"
48
- - " --nocapture"
49
47
environment :
50
48
- AXIOM_URL=http://axiom-core
51
49
depends_on :
You can’t perform that action at this time.
0 commit comments