diff --git a/.github/workflows/dev-crates.yaml b/.github/workflows/dev-crates.yaml index f67fad65..2f78c82f 100644 --- a/.github/workflows/dev-crates.yaml +++ b/.github/workflows/dev-crates.yaml @@ -26,11 +26,11 @@ jobs: toolchain: stable components: clippy, rustfmt - uses: taiki-e/install-action@nextest - - name: linting + - name: crates/types lint run: | cargo fmt -- --check cargo clippy -- -Dwarnings working-directory: crates/types - - name: unit tests and coverage + - name: crates/types unit tests and coverage report run: cargo tarpaulin working-directory: crates/types \ No newline at end of file