We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45bdd7c commit 079b150Copy full SHA for 079b150
Makefile.am
@@ -191,7 +191,7 @@ check-local:
191
CARGO_TARGET_DIR=$(CARGO_TARGET_DIR) \
192
LIBRSVG_BUILD_DIR=$(LIBRSVG_BUILD_DIR) \
193
TESTS_OUTPUT_DIR=$(LIBRSVG_BUILD_DIR)/tests/output \
194
- $(CARGO) --locked test $(CARGO_VERBOSE) $(CARGO_TARGET_ARGS) $(CARGO_RELEASE_ARGS) --workspace -- --include-ignored -Z unstable-options
+ $(CARGO) --locked test $(CARGO_VERBOSE) $(CARGO_TARGET_ARGS) $(CARGO_RELEASE_ARGS) --workspace -- --include-ignored
195
196
clean-local:
197
cd $(top_srcdir) && \
0 commit comments