check fmt

This commit is contained in:
Edgar 2023-01-11 13:46:55 +01:00
parent 8db926513e
commit d343fc4b14
1 changed files with 3 additions and 0 deletions

View File

@ -16,7 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Check format
run: cargo fmt --all --check
- name: Build
run: cargo build --all-targets --verbose
- name: Run tests
run: cargo test --verbose