Skip to content

No cache for action #25

No cache for action

No cache for action #25

Workflow file for this run

name: Test all days
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.23'
check-latest: true
cache: false
- name: Run test
run: make testall