worker-build: re-enable Rust checks (#451359)

This commit is contained in:
Yt
2025-10-12 23:51:20 +00:00
committed by GitHub

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";