Skip to content

Update to rust-toolchain toml file #203

Update to rust-toolchain toml file

Update to rust-toolchain toml file #203

Workflow file for this run

name: Cargo
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose