Skip to content

make create_wallet to wait for seed creation when using signer #137

make create_wallet to wait for seed creation when using signer

make create_wallet to wait for seed creation when using signer #137

Workflow file for this run

name: Run Unit Tests
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', head]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run unit tests
run: bundle exec rake test