This commit is contained in:
nora 2023-01-22 12:05:51 +01:00
parent b6181d044b
commit b535e9c774

View file

@ -44,7 +44,9 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
components: rustfmt
- name: Run tests
run: cargo test --verbose
- name: Check formatting
run: cargo fmt --check
if: ${{ matrix.build == 'linux-nightly' }}