Skip to content

check: give qmdl-path a shorthand arg #123

check: give qmdl-path a shorthand arg

check: give qmdl-path a shorthand arg #123

name: Check and Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
check_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check
run: cargo check --verbose
- name: Run tests
run: cargo test --verbose