forked from lix-project/nix-eval-jobs
bors: include garnix in tests
This commit is contained in:
parent
f2315738db
commit
be12f80cfa
12
bors.toml
12
bors.toml
|
@ -1,2 +1,12 @@
|
|||
cut_body_after = "" # don't include text from the PR body in the merge commit message
|
||||
status = ["tests (ubuntu-latest)", "tests (macos-latest)"]
|
||||
status = [
|
||||
# garnix
|
||||
"Evaluate flake.nix",
|
||||
"package nix-eval-jobs [x86_64-linux]",
|
||||
"devShell default [x86_64-linux]",
|
||||
"check treefmt [x86_64-linux]",
|
||||
"package default [x86_64-linux]",
|
||||
# github actions
|
||||
"tests (ubuntu-latest)",
|
||||
"tests (macos-latest)"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue