Skip to content

release-plz workflow (#107) #12

release-plz workflow (#107)

release-plz workflow (#107) #12

Workflow file for this run

name: tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Rust toolchain
run: rustup toolchain install nightly-2024-06-10
- name: Run tests
run: cargo test --all