Skip to content

Commit

Permalink
Add browser tests task to Mise configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Feb 20, 2025
1 parent 65b6a2c commit 8c5938d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ run = ["mise upgrade --bump", "bundle update --jobs 4"]
[tasks.bench]
description = "Run benchmarks"
run = ["bundle exec ./bench.rb"]

[tasks.browser_tests]
description = "Run browser tests"
run = ["bundle exec ./browser_tests.rb"]

0 comments on commit 8c5938d

Please sign in to comment.