Skip to content

Commit

Permalink
add cargo build step in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tlowerison committed Nov 1, 2023
1 parent 6ee6abf commit f1d0eba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

- uses: actions/checkout@v3

- run: cargo build --all-features

- run: pre-commit install --hook-type pre-commit
- run: pre-commit install --hook-type pre-push

Expand Down

0 comments on commit f1d0eba

Please sign in to comment.