Skip to content

Commit

Permalink
chore: build target should only build not test (#13)
Browse files Browse the repository at this point in the history
The gradlew task `build` actually builds and tests. We want to just
build for this makefile target, which corresponds to `assemble`.
  • Loading branch information
malandis authored Sep 6, 2024
1 parent 5fbb556 commit 0dfbddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ clean:

## Build the project
build:
./gradlew build
./gradlew assemble

## Run all the tests
test: test-momento test-redis
Expand Down

0 comments on commit 0dfbddc

Please sign in to comment.