worker-build: re-enable Rust checks

This commit is contained in:
Luc Perkins
2025-10-12 09:27:57 -05:00
parent 6846eeb8b9
commit b5d76676eb

View File

@@ -20,9 +20,6 @@ rustPlatform.buildRustPackage rec {
buildAndTestSubdir = "worker-build";
# missing some module upstream to run the tests
doCheck = false;
meta = {
description = "Tool to be used as a custom build command for a Cloudflare Workers `workers-rs` project";
mainProgram = "worker-build";