Skip to content

Commit

Permalink
CI: fix to cargo check before linting
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele committed Sep 23, 2024
1 parent 03593f1 commit 54dd189
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
./enclave
cache-directories: |
~/.cargo/registry/src/**/librocksdb-sys-*
- run: cargo check -r
working-directory: enclave-modules
- run: make lint-tools
- run: make lint

Expand Down

0 comments on commit 54dd189

Please sign in to comment.