Skip to content

Merge pull request #1 from RandyMcMillan/2010/857395/655548/50a3c43/6… #1

Merge pull request #1 from RandyMcMillan/2010/857395/655548/50a3c43/6…

Merge pull request #1 from RandyMcMillan/2010/857395/655548/50a3c43/6… #1

Workflow file for this run

name: Rust
on:
push:
branches: [ "**" ]
pull_request:
branches: [ "ma**" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Install
run: cargo install --path . --verbose
- name: Run tests
run: cargo test -- --nocapture