Skip to content

fix: Use pueue-lib 0.26 for now #94

fix: Use pueue-lib 0.26 for now

fix: Use pueue-lib 0.26 for now #94

Workflow file for this run

name: Tests
on:
push:
banches:
- main
pull_request:
banches:
- main
jobs:
build:
name: Test building for ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
targets: ${{ matrix.target }}
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose