Unverified Commit b5d76676 authored by Luc Perkins's avatar Luc Perkins
Browse files

worker-build: re-enable Rust checks

parent 6846eeb8
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";