Skip to content

Increase coins amount in CommerceExchangeCoins test #6

Increase coins amount in CommerceExchangeCoins test

Increase coins amount in CommerceExchangeCoins test #6

Workflow file for this run

name: CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: test
run: go test -v .