Skip to content

Commit

Permalink
build(example): Add cargo check to search
Browse files Browse the repository at this point in the history
  • Loading branch information
fussybeaver committed Nov 19, 2024
1 parent 24caf55 commit da470f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ jobs:
command: check
args: -p min-req-adapter

- name: Run cargo check search
uses: actions-rs/cargo@v1
with:
command: check
args: -p search

test:
name: Test Suite
runs-on: ubuntu-latest
Expand Down

0 comments on commit da470f2

Please sign in to comment.