Skip to content

chore(README): add a build and run sectio to the README plus some badges #64

chore(README): add a build and run sectio to the README plus some badges

chore(README): add a build and run sectio to the README plus some badges #64

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
jobs:
required:
runs-on: ubuntu-latest
name: ubuntu / stable
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Install stable
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
default: true
- name: cargo test --locked
uses: actions-rs/cargo@v1
with:
command: test
args: --locked