Skip to content

Upgrade actions/checkout to v6 #45

Upgrade actions/checkout to v6

Upgrade actions/checkout to v6 #45

Workflow file for this run

name: Rust
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose