From 55611e2c74aec18a60d56ae63e92cc3bc6f4f6b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81rni=20Dagur?= Date: Sun, 7 Jun 2020 17:51:42 -0400 Subject: Allow more options when constructing Engine (#6) --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5c429c..18cdc06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,6 +72,9 @@ jobs: - name: Build Python package run: poetry run maturin develop --release + - name: Run Python tests + run: poetry run pytest -vv --color=yes + python-publish: needs: build runs-on: ${{ matrix.os }} @@ -162,4 +165,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./target/github-pages \ No newline at end of file + publish_dir: ./target/github-pages -- cgit v1.2.3