Skip to content

chore(deps): update pre-commit hook biomejs/pre-commit to v2 #845

chore(deps): update pre-commit hook biomejs/pre-commit to v2

chore(deps): update pre-commit hook biomejs/pre-commit to v2 #845

Workflow file for this run

name: Test
on:
pull_request:
branches:
- "main"
push:
branches:
- "main"
jobs:
test:
runs-on: ubuntu-latest-16
timeout-minutes: 10
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Setup Environment
uses: ./.github/actions/setup-environment
- name: Run tests
run: |
mkdir -p test_data
mkdir -p codegen-sdk-analyzer/test_data
~/.cargo/bin/cargo-nextest nextest run --workspace --features stable
env:
CARGO_TERM_COLOR: always
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"