fix: features related compile error (#919)

`cargo make test` sets the --all-features flag by default. This change
clears it.
This commit is contained in:
agilarity 2023-04-22 06:50:35 -04:00 committed by GitHub
parent 689afec26e
commit ec95060b6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
[env]
CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true
CARGO_MAKE_CARGO_BUILD_TEST_FLAGS = ""
# Emulate workspace
CARGO_MAKE_WORKSPACE_EMULATION = true