We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15797c2 commit d1be009Copy full SHA for d1be009
.github/workflows/run-unit-tests.yml
@@ -1,3 +1,9 @@
1
+# WARNING! It is currently being investigated how to make this faster
2
+# DO NOT blindly copy this workflow, not noticing the slow down,
3
+# because suddenly our tests will take hours to pass CI.
4
+# Hopefully this comment here will help prevent that.
5
+# https://github.com/MetaMask/metamask-extension/issues/25680
6
+
7
name: Run unit tests
8
9
on:
0 commit comments