diff options
| author | Nejc Habjan <hab.nejc@gmail.com> | 2021-09-03 02:24:42 +0200 |
|---|---|---|
| committer | Nejc Habjan <hab.nejc@gmail.com> | 2021-09-03 02:43:34 +0200 |
| commit | 2bb4358e37a374b36f2aa8c983ce72009d70b55d (patch) | |
| tree | 31c8602a8b71c79631e516332189d8fc4b668b46 /.github/workflows/test.yml | |
| parent | fe0dca2b594b2f1570d3a7d87f1684b774918cdd (diff) | |
| download | gitlab-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.yml | 2 |
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 }} |
