We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9afadeb commit a223883Copy full SHA for a223883
update_spec.py
@@ -41,7 +41,7 @@ def main():
41
generate_code(args.spec_path, gen_rust=True, gen_test=False)
42
update_manifest(args.spec_path)
43
44
- cargo_result = subprocess.run(["cargo", "test"])
+ cargo_result = subprocess.run(["cargo", "test", "--all-features"])
45
if cargo_result.returncode == 0:
46
print()
47
print("Tests from the old spec succeeded.")
0 commit comments