try to fix CI error

https://github.com/scottlamb/retina/actions/runs/1148367482
This commit is contained in:
Scott Lamb 2021-08-19 13:18:49 -07:00
parent d29129792e
commit 3b652bbb65

View File

@ -39,9 +39,11 @@ jobs:
run: cargo test --all-features run: cargo test --all-features
- name: Check fuzz tests - name: Check fuzz tests
run: cd fuzz && cargo check run: cd fuzz && cargo check
- name: Check formatting - name: Check main crate formatting
if: matrix.rust == 'stable' if: matrix.rust == 'stable'
run: cargo fmt -- --check run: cargo fmt -- --check
- name: Check fuzz crate formatting
if: matrix.rust == 'stable'
run: cd fuzz && cargo fmt -- --check run: cd fuzz && cargo fmt -- --check
license: license:
name: Check copyright/license headers name: Check copyright/license headers