Skip to content

Merge pull request #5 from rancherlabs/rke2-tag #16

Merge pull request #5 from rancherlabs/rke2-tag

Merge pull request #5 from rancherlabs/rke2-tag #16

Workflow file for this run

name: Tests
on:
push:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
- run: make test