Skip to content

chore: make to_pc optional to indicate adapter should handle (#511) #541

chore: make to_pc optional to indicate adapter should handle (#511)

chore: make to_pc optional to indicate adapter should handle (#511) #541

Workflow file for this run

name: Stark Backend Tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
paths:
- "stark-backend/**"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- uses: taiki-e/install-action@nextest
- name: Run tests
working-directory: stark-backend
run: |
cargo nextest run --features parallel