Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Jun 18, 2024
1 parent e8f2ddf commit d5e7033
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ jobs:

- name: Build
run: |
make DEBUG=0 COIN=bitcoin_testnet BOLOS_SDK=$NANOSP_SDK AUTOAPPROVE_FOR_PERF_TESTS=1 && mv bin/ bitcoin-testnet-perftest-bin/
make DEBUG=0 COIN=bitcoin_testnet BOLOS_SDK=$NANOSP_SDK AUTOAPPROVE_FOR_PERF_TESTS=1 && mv bin
- name: Upload Bitcoin Testnet app binary
uses: actions/upload-artifact@v2
with:
name: bitcoin-testnet-perftest-app-nanosp
path: bitcoin-testnet-perftest-bin
path: bin

job_unit_test:
name: Unit test
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
run: |
cd tests_perf
pip install -r requirements.txt
PYTHONPATH=$PYTHONPATH:/speculos pytest --headless
PYTHONPATH=$PYTHONPATH:/speculos pytest --headless --model=nanosp
job_test_js_lib:
name: Tests with the JS library
Expand Down

0 comments on commit d5e7033

Please sign in to comment.