Skip to content

fix: bump datum-cloud/actions refs to v1.13.1 (#180) #853

fix: bump datum-cloud/actions refs to v1.13.1 (#180)

fix: bump datum-cloud/actions refs to v1.13.1 (#180) #853

Workflow file for this run

name: "Execute Golang Tests"
on:
push:
jobs:
execute-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Install dependencies
run: go mod download
- name: Execute golang tests
run: go test -timeout 5m ./...