Skip to content

add a build-and-test status badge to the README (#33) #4

add a build-and-test status badge to the README (#33)

add a build-and-test status badge to the README (#33) #4

name: Build and test
on:
push:
pull_request:
jobs:
linux-build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup_linux_env
- run: cargo build --locked
- run: cargo test