We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b6a2c commit 8c5938dCopy full SHA for 8c5938d
mise.toml
@@ -21,3 +21,7 @@ run = ["mise upgrade --bump", "bundle update --jobs 4"]
21
[tasks.bench]
22
description = "Run benchmarks"
23
run = ["bundle exec ./bench.rb"]
24
+
25
+[tasks.browser_tests]
26
+description = "Run browser tests"
27
+run = ["bundle exec ./browser_tests.rb"]
0 commit comments