Skip to content

fix(ci): Check formatting and run tests in CI (#28) #85

fix(ci): Check formatting and run tests in CI (#28)

fix(ci): Check formatting and run tests in CI (#28) #85

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
jobs:
build_and_test:
strategy:
matrix:
os: [macos-15, macos-14, macos-13, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Rust Caching
uses: Swatinem/rust-cache@v2.7.3
- name: Test
run: cargo test