diff options
| author | Nejc Habjan <hab.nejc@gmail.com> | 2021-09-03 02:24:42 +0200 |
|---|---|---|
| committer | John Villalovos <john@sodarock.com> | 2021-09-02 18:25:47 -0700 |
| commit | b8a47bae3342400a411fb9bf4bef3c15ba91c98e (patch) | |
| tree | 31c8602a8b71c79631e516332189d8fc4b668b46 /.github/workflows | |
| parent | 969dccc084e833331fcd26c2a12ddaf448575ab4 (diff) | |
| download | gitlab-b8a47bae3342400a411fb9bf4bef3c15ba91c98e.tar.gz | |
test(build): add smoke tests for sdist & wheel package
Diffstat (limited to '.github/workflows')
| -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 }} |
