diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-12 10:37:54 +0500 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-12 10:37:54 +0500 |
commit | 099cbc61cc4f8a95a41817a5030269f392818a69 (patch) | |
tree | f4b606fa1736aed9b1ecbd1b4653092290ff5d3d /.github/workflows/ci.yml | |
parent | test: add more tests, fix undetected failures (diff) | |
download | void-099cbc61cc4f8a95a41817a5030269f392818a69.tar.gz void-099cbc61cc4f8a95a41817a5030269f392818a69.zip |
Makefile: add test
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1e5cbc..947238a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: with: python-version: '${{ matrix.python-version }}' - name: Run tests - run: ./test/test.sh + run: make test deploy: needs: [test] |