Skip to content

Add timeout option and env var to the OADP CLI tool #180

Add timeout option and env var to the OADP CLI tool

Add timeout option and env var to the OADP CLI tool #180

Workflow file for this run

name: Tests
on:
pull_request:
branches: [ oadp-dev ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.24'
- name: Run tests
run: go test ./...