summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2021-09-03 02:24:42 +0200
committerNejc Habjan <hab.nejc@gmail.com>2021-09-03 02:43:34 +0200
commit2bb4358e37a374b36f2aa8c983ce72009d70b55d (patch)
tree31c8602a8b71c79631e516332189d8fc4b668b46 /.github/workflows/test.yml
parentfe0dca2b594b2f1570d3a7d87f1684b774918cdd (diff)
downloadgitlab-fix/tests-in-wheel.tar.gz
test(build): add smoke tests for sdist & wheel packagefix/tests-in-wheel
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 216b43d..b1254bb 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -25,6 +25,8 @@ jobs:
toxenv: py38
- python-version: 3.9
toxenv: py39
+ - python-version: 3.9
+ toxenv: smoke
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}