Skip to content

refactor(ci): consolidate extension test workflows into matrix #2984

refactor(ci): consolidate extension test workflows into matrix

refactor(ci): consolidate extension test workflows into matrix #2984

Workflow file for this run

name: Build Workspace
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
lint:
name: Build
runs-on:
- runs-on=${{ github.run_id }}
- runner=8cpu-linux-x64
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- name: Run build
run: |
cargo build --verbose