Skip to content

Commit

Permalink
Try to speed up builds
Browse files Browse the repository at this point in the history
  • Loading branch information
prolativ committed Oct 7, 2024
1 parent 6f542ac commit 43251df
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 @@ -412,7 +412,7 @@ compile-codegen: publish-local-model
scala-cli --power compile {{no-bloop}} codegen --suppress-experimental-feature-warning

# Runs tests for Besom codegen
test-codegen: compile-codegen
test-codegen:
scala-cli --power test {{no-bloop}} codegen --suppress-experimental-feature-warning

# Cleans codegen build
Expand Down

0 comments on commit 43251df

Please sign in to comment.