Skip to content

Commit

Permalink
Fix test config
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Aug 14, 2024
1 parent a3b1a28 commit abb0ede
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 @@ -40,7 +40,7 @@ snapshot-tests:
run-tests:
@rustup component add rustfmt 2> /dev/null
@echo "CARGO TESTS"
@cd minijinja; cargo test --features=json,urlencode,internal_debug
@cd minijinja; cargo test --features=json,urlencode,internal_debug,loop_controls
@echo "CARGO TEST SPEEDUPS"
@cd minijinja; cargo test --no-default-features --features=speedups,$(TEST_FEATURES)
@echo "CARGO CHECK NO_DEFAULT_FEATURES"
Expand Down

0 comments on commit abb0ede

Please sign in to comment.