Skip to content

Commit

Permalink
To remove: try to change the number of speculos instance
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmer25 committed Nov 13, 2023
1 parent 9c1558c commit 864be7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
./tests/integration/run_test_local.sh -F -m ${{ matrix.device }} \
./tests/integration/${{ matrix.device }}
else
./tests/integration/run_test_local.sh -F -m ${{ matrix.device }} \
./tests/integration/run_test_local.sh -F -n 33 -m ${{ matrix.device }} \
./tests/integration/nano ./tests/integration/nano/${{ matrix.device }}
fi
Expand Down

0 comments on commit 864be7a

Please sign in to comment.