Skip to content

update github action to test on pull requests #10

update github action to test on pull requests

update github action to test on pull requests #10

Workflow file for this run

name: Cargo Test
on:
pull_request:
branches:
- main
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Cargo Test
run: cargo test --verbose