Skip to content

Commit

Permalink
fix omit_enum_names test
Browse files Browse the repository at this point in the history
  • Loading branch information
fischerscode committed May 11, 2024
1 parent 382993b commit 2b145be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protoc_plugin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ update-pregenerated: $(PLUGIN_PATH) $(PREGENERATED_SRCS)
protos: $(PLUGIN_PATH) $(TEST_PROTO_LIBS)

run-tests: protos
dart test && dart -Dprotobuf.omit_enum_names=true test
dart test && dart -Dprotobuf.omit_enum_names=true test --use-data-isolate-strategy

update-goldens: protos
rm -rf test/goldens
Expand Down

0 comments on commit 2b145be

Please sign in to comment.