Skip to content

Commit

Permalink
fix: install packages before test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonrnewhouse committed Mar 3, 2025
1 parent 9df362e commit e582e8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@ jobs:
steps:
- checkout
- rust_components
- run:
name: Update some packages
command: |
apt-get update
apt-get install -y libssl-dev pkg-config clang lld python3-dev libpython3-dev
- run:
name: cargo nextest
command: TEST_LOG= RUST_LOG=info RUST_LOG_SPAN_EVENTS=full RUST_BACKTRACE=1 cargo nextest run --workspace --failure-output immediate-final --no-fail-fast
Expand Down

0 comments on commit e582e8f

Please sign in to comment.