mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-24 14:35:45 +00:00
fixed workflow and readded rust-usage
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
a6faa47ef5
commit
be88c00892
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
run: pip-audit
|
||||
|
||||
test:
|
||||
needs: lint, audit
|
||||
needs: lint
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
PLANETMINT_DATABASE_BACKEND: tarantool_db
|
||||
|
||||
3
.github/workflows/publish-docker.yml
vendored
3
.github/workflows/publish-docker.yml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user