Update .github/workflows/CI.yml

This commit is contained in:
2025-05-05 16:10:07 -04:00
parent 6a5d1650fc
commit 97ae3b1b0d

View File

@ -28,10 +28,15 @@ jobs:
os:
- ubuntu-latest
steps:
- name: Install lm-sensors
run: apt update && apt install -y lm-sensors
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4
- run: |
go get -u .
go test ./.