Skip to content

chore: add CI workflow for pull requests and pushes to master #1

chore: add CI workflow for pull requests and pushes to master

chore: add CI workflow for pull requests and pushes to master #1

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: cargo build --release