aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-13 19:43:18 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-13 19:45:44 +0200
commit8684161f8d65f247a5cbb2608692391c5d3ae789 (patch)
tree22b15f2498fd0f46a7a338f7af8be97067abff7b /.github/workflows/ci.yml
parentMakefile: remove unused recipes (diff)
downloadcgitize-8684161f8d65f247a5cbb2608692391c5d3ae789.tar.gz
cgitize-8684161f8d65f247a5cbb2608692391c5d3ae789.zip
Makefile: add test target
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a791e75..9d58c15 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -31,10 +31,8 @@ jobs:
run: pip install -q -e .
- name: Verify that scripts are runnable
run: cgitize --version
- - name: Unit tests
- run: make test/unit
- - name: Integration test (local)
- run: make test/local
+ - name: Run tests
+ run: make test
test_docker:
runs-on: ubuntu-latest