Skip to content

fiddle around

fiddle around #11

Workflow file for this run

name: Integration Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v5
with:
check-latest: true
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Run integration test
working-directory: integration
run: go test -run ^TestCTIntegration$