diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-02-09 15:50:39 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-02-09 15:50:39 +0100 |
commit | 622e7cadd26f7f70294569a24226479ead4bd12b (patch) | |
tree | 2209069d6ec39aea6828f9959e7644d375ca7160 /.builds | |
parent | 061bed74d17b5063787632fd3fcc7113c86a75d8 (diff) |
split tests and QA
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/debian_stable.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.builds/debian_stable.yml b/.builds/debian_stable.yml index 928ace5..c1cd3d0 100644 --- a/.builds/debian_stable.yml +++ b/.builds/debian_stable.yml @@ -11,8 +11,11 @@ sources: - https://git.sr.ht/~valhalla/lesana tasks: - test: | - cd lesana - ./check + cd lesana + sh run_coverage + - qa: | + cd lesana + sh run_qa triggers: - action: email condition: failure |