Skip to content

Commit

Permalink
build: add ahash check job to CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Aug 7, 2024
1 parent ebcae04 commit 7714fea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ jobs:
command: check
args: --workspace --no-default-features --features smartstring

- name: check --no-default-features --features ahash
uses: actions-rs/cargo@v1
with:
command: check
args: --workspace --no-default-features --features ahash

- name: check --no-default-features --features chrono
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 7714fea

Please sign in to comment.