We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c74c40 commit ecd3c74Copy full SHA for ecd3c74
Makefile.am
@@ -161,7 +161,7 @@ check-local:
161
CARGO_TARGET_DIR=$(CARGO_TARGET_DIR) \
162
LIBRSVG_BUILD_DIR=$(LIBRSVG_BUILD_DIR) \
163
TESTS_OUTPUT_DIR=$(LIBRSVG_BUILD_DIR)/tests/output \
164
- $(CARGO) --locked test $(CARGO_VERBOSE) $(CARGO_TARGET_ARGS) $(CARGO_RELEASE_ARGS) -- --include-ignored -Z unstable-options
+ $(CARGO) --locked test $(CARGO_VERBOSE) $(CARGO_TARGET_ARGS) $(CARGO_RELEASE_ARGS) -- --include-ignored
165
166
clean-local:
167
cd $(top_srcdir) && \
0 commit comments