Skip to content

Commit

Permalink
Merge pull request #249 from estensen/ci-bump
Browse files Browse the repository at this point in the history
chore(ci): bump actions to remove warnings
  • Loading branch information
merklefruit authored Oct 1, 2024
2 parents 107f098 + 413e23c commit 0da56dd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/sidecar_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Bolt-sidecar CI

on: [push, pull_request]

env:
CARGO_TERM_COLOR: always

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
Expand All @@ -10,17 +13,15 @@ jobs:
cargo-tests:
runs-on: ubuntu-latest
timeout-minutes: 10
env:
RUST_BACKTRACE: 1

steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true
uses: dtolnay/rust-toolchain@stable

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand All @@ -31,10 +32,9 @@ jobs:
cache-on-failure: true

- name: Install cargo-nextest
uses: baptiste0928/cargo-install@v1
uses: baptiste0928/cargo-install@v3
with:
crate: cargo-nextest
args: --locked

- name: Run all tests
run: cd bolt-sidecar && cargo nextest run --workspace --retries 3
Expand Down

0 comments on commit 0da56dd

Please sign in to comment.