Skip to content

Commit

Permalink
chore: cleanup Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Utt <[email protected]>
  • Loading branch information
shaneutt authored and k8s-ci-robot committed Sep 16, 2024
1 parent 8b6546e commit b7045b1
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 227 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:

- name: Build all rust crates (dataplane, test server)
run: |
make build.rust
make build
- name: Check formatting
run: |
make check.format.rust
make check.format
- name: Check clippy
run: |
make lint.rust
make lint
Loading

0 comments on commit b7045b1

Please sign in to comment.