fixed workflow and readded rust-usage

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2023-01-30 21:57:13 +01:00
parent a6faa47ef5
commit be88c00892
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View File

@ -53,7 +53,7 @@ jobs:
run: pip-audit
test:
needs: lint, audit
needs: lint
runs-on: ubuntu-latest
env:
PLANETMINT_DATABASE_BACKEND: tarantool_db

View File

@ -54,5 +54,4 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.semver.outputs.tags }}
labels: ${{ steps.semver.outputs.labels }}
env:
CRYPTOGRAPHY_DONT_BUILD_RUST: 1