这是indexloc提供的服务,不要输入任何密码
Skip to content

Rename (most of) "files" to "digest" #140

Rename (most of) "files" to "digest"

Rename (most of) "files" to "digest" #140

Workflow file for this run

name: Tests
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
with:
go-version: 1.25
- name: Run tests
run: make test-coverage