mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-25 12:34:22 +01:00
TokenV3 and new Mint startup in tests (#149)
* tokenv3 send and receive * receive v2 and v1 tokens with tests
This commit is contained in:
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@@ -27,14 +27,6 @@ jobs:
|
||||
run: |
|
||||
poetry install --with dev
|
||||
shell: bash
|
||||
- name: Run mint
|
||||
env:
|
||||
LIGHTNING: False
|
||||
MINT_PRIVATE_KEY: "testingkey"
|
||||
MINT_LISTEN_HOST: 0.0.0.0
|
||||
MINT_LISTEN_PORT: 3337
|
||||
run: |
|
||||
nohup poetry run mint &
|
||||
- name: Run tests
|
||||
env:
|
||||
LIGHTNING: False
|
||||
|
||||
Reference in New Issue
Block a user