parser/.github/workflows/tests.yml
Ryan Chandler 2ae0275887
ci: tests
2022-07-16 20:45:04 +01:00

17 lines
296 B
YAML

name: Tests
on: push
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: test
args: -q