Skip to content

Automatic coin selection strategies #108

Automatic coin selection strategies

Automatic coin selection strategies #108

Workflow file for this run

name: .NET Test on PR to main
on:
pull_request:
branches: [ main ]
types: [ opened, synchronize ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Restore dependencies
run: dotnet restore
- name: Build and test
run: dotnet test