Fix rust CI

This commit is contained in:
lazymio 2021-11-09 00:46:47 +01:00
parent 0714fb5760
commit c51bd2c6a6
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
1 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,7 @@ jobs:
- name: '🚧 Cargo test'
if: "!startsWith(github.ref, 'refs/tags')"
env:
QNICORN_VERSION: dev
UNICORN_VERSION: dev
run: |
cd bindings/rust && cargo test
@ -78,5 +78,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags') && contains(matrix.config.os, 'ubuntu')
env:
TOKEN: ${{ secrets.cratesio_pass }}
UNICORN_VERSION: dev
run: |
cd bindings/rust && cargo login $TOKEN && cargo test && cargo publish