Update tests.yml

This commit is contained in:
Marc-Stefan Cassola 2023-07-13 09:43:23 +01:00 committed by GitHub
parent 864a5d3be9
commit ff59f05e36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,8 +20,6 @@ jobs:
components: rustfmt, clippy, rust-src
- name: Cache
uses: Swatinem/rust-cache@v2
- name: Check function count badge
run: python3 docs/generate_count_badge.py --check
- name: Check formatting
run: cargo fmt --check
# TODO: this action doesn't seem to work