Skip to content

chore(deps): bump actions/checkout from 2 to 4 #24

chore(deps): bump actions/checkout from 2 to 4

chore(deps): bump actions/checkout from 2 to 4 #24

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@v4
- name: Install Rust toolchain
run: rustup toolchain install nightly-2024-06-10
- name: Run tests
run: cargo test --all