Skip to content

Bump @types/node from 24.9.0 to 24.10.0 in the dev-minor group #223

Bump @types/node from 24.9.0 to 24.10.0 in the dev-minor group

Bump @types/node from 24.9.0 to 24.10.0 in the dev-minor group #223

Workflow file for this run

name: buildjet
on: [push, pull_request]
permissions: {}
jobs:
buildjet:
if: github.repository == 'Swatinem/rust-cache'
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
name: Test buildjet provider on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
persist-credentials: false
- run: rustup toolchain install stable --profile minimal --no-self-update
- uses: ./
with:
workspaces: tests
cache-provider: buildjet
- run: |
cargo check
cargo test
cargo build --release
working-directory: tests