Skip to content

Bump gophercloud (#272) #8

Bump gophercloud (#272)

Bump gophercloud (#272) #8

Workflow file for this run

name: Unit Testing
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v5
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Run unit tests
run: |
make unit