Skip to content

Commit

Permalink
ci: disable codegen runtime tests for now
Browse files Browse the repository at this point in the history
It seems to be unstable across node.js versions
  • Loading branch information
Boshen committed Jan 15, 2024
1 parent a69b76a commit b0f4715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/coverage/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ impl AppArgs {
pub fn run_all(&self) {
self.run_parser();
self.run_codegen();
self.run_codegen_runtime();
// self.run_codegen_runtime();
self.run_minifier();
}

Expand Down

0 comments on commit b0f4715

Please sign in to comment.