Skip to content

Commit

Permalink
WIP: config for multi branch testing
Browse files Browse the repository at this point in the history
  • Loading branch information
punchagan committed Apr 12, 2023
1 parent 82b539c commit 0243a58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions environments/development.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
"image": "ocaml/opam:debian-11-ocaml-4.14",
"bench_repo": "https://github.com/ocurrent/current-bench"
},
{
"name": "punchagan/current-bench",
"worker": "autumn",
"image": "ocaml/opam:debian-11-ocaml-4.14",
"branches": ["main", "multi-branch-old"]
},
{
"name": "local/test",
"worker": "autumn",
Expand Down

0 comments on commit 0243a58

Please sign in to comment.