Skip to content

Update download-artifact #137

Update download-artifact

Update download-artifact #137

Workflow file for this run

name: CI
on:
push:
branches: [master]
jobs:
test:
name: ☔️ Tests
runs-on: ubuntu-latest
container: golang:1.22
steps:
- name: Check out code
uses: actions/checkout@master
- name: Run Tests
run: |
go test -v -parallel 1 $(go list -f '{{.Dir}}/...' -m | xargs)