Unverified Commit 72229b76 authored by Yt's avatar Yt Committed by GitHub
Browse files

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

parents fe58ad99 b5d76676
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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";