Skip to content

release-plz workflow #8

release-plz workflow

release-plz workflow #8

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