Skip to content

Commit

Permalink
job naming
Browse files Browse the repository at this point in the history
  • Loading branch information
mxfactorial committed Oct 28, 2023
1 parent 1e07aa1 commit 91560d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-crates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 91560d0

Please sign in to comment.