Skip to content

Commit

Permalink
chore: don't run tests in rebuild-all (#3275)
Browse files Browse the repository at this point in the history
This task is getting really slow, and the tests are a big part of that.
  • Loading branch information
stuartwdouglas authored Oct 31, 2024
1 parent 84e8f84 commit 5d57552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dev *args:
watchexec -r {{WATCHEXEC_ARGS}} -- "just build-sqlc && ftl dev --plain {{args}}"

# Build everything
build-all: build-protos-unconditionally build-backend build-backend-tests build-frontend build-generate build-sqlc build-zips lsp-generate build-jvm build-language-plugins
build-all: build-protos-unconditionally build-backend build-frontend build-generate build-sqlc build-zips lsp-generate build-jvm build-language-plugins

# Run "go generate" on all packages
build-generate:
Expand Down

0 comments on commit 5d57552

Please sign in to comment.