Skip to content

Commit

Permalink
feat: remove yaegi unsage flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tomMoulard committed Oct 5, 2023
1 parent 0643011 commit c209343
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 @@ -16,7 +16,7 @@ vendor:
go mod vendor

.PHONY: yaegi_test
YAEGI_TEST_ARGS ?= -v -unsafe
YAEGI_TEST_ARGS ?= -v
yaegi_test: vendor
yaegi test ${YAEGI_TEST_ARGS} .

Expand Down

0 comments on commit c209343

Please sign in to comment.