Skip to content

feat: boosted creatures and event schedule #23

feat: boosted creatures and event schedule

feat: boosted creatures and event schedule #23

Workflow file for this run

---
name: Tests - Golang
on:
pull_request:
push:
branches:
- main
- master
jobs:
job:
name: Run Golang Tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go-version: [1.16.x]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run tests
run: go test ./...