Skip to content

Base game phase (opening/middlegame/endgame) on the fraction of reser… #147

Base game phase (opening/middlegame/endgame) on the fraction of reser…

Base game phase (opening/middlegame/endgame) on the fraction of reser… #147

Workflow file for this run

name: Actions
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose