Skip to content

Fix dice rolling calculation #121

Fix dice rolling calculation

Fix dice rolling calculation #121

Workflow file for this run

name: runtests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.17.x'
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test ./...