Skip to content

Commit

Permalink
chore: Update Makefile (#99)
Browse files Browse the repository at this point in the history
* update Makefile

Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>

* update Makefile

Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>

---------

Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>
  • Loading branch information
hawkingrei authored Sep 3, 2024
1 parent 2fe6194 commit b7cea7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
DOCKER_CI_IMAGE = ceph-rust-ci

build:
go build -v
cargo build
fmt:
go fmt ./...
cargo fmt
test:
go test -v ./...
cargo test.

test-docker: .build-docker
docker run --rm -it -v $(CURDIR):/ceph-rust $(DOCKER_CI_IMAGE)
Expand Down

0 comments on commit b7cea7e

Please sign in to comment.