Skip to content

chore(deps): update actions/checkout action to v4 #1043

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #1043

Workflow file for this run

name: Go
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run short tests
run: |
cd go/degausser
go test -test.short
- uses: actions/checkout@v4
- name: Run all tests
run: |
cd go/degausser
go test