From a2fb2e3c3ab4bbc20bd4533a99486eeba0949c9c Mon Sep 17 00:00:00 2001 From: Laura Luebbert <56094636+lauraluebbert@users.noreply.github.com> Date: Thu, 29 Jun 2023 18:36:40 -0700 Subject: [PATCH 1/2] Automatically run tests once a week and for commits to src/** and test/** --- .github/workflows/test.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b228d189..ec13c34d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,12 @@ name: Test on: - workflow_dispatch: + schedule: + - cron: "0 16 * * 1" + push: + paths: + - 'src/**' + - 'test/**' jobs: build-linux: From cc76b637be75b404631d37529ad389e1f59b25e2 Mon Sep 17 00:00:00 2001 From: Laura Luebbert <56094636+lauraluebbert@users.noreply.github.com> Date: Thu, 29 Jun 2023 18:39:23 -0700 Subject: [PATCH 2/2] Add tests status badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8205fc6a..c8664caa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# kallisto +# kallisto +![status](https://github.com/pachterlab/kallisto/workflows/Test/badge.svg) __kallisto__ is a program for quantifying abundances of transcripts from RNA-Seq data, or more generally of target sequences using high-throughput