Feat: CLI Integration tests

This commit is contained in:
Daniel Hougaard
2024-04-18 23:29:11 +02:00
parent e453ddf937
commit 4050e56e60
2 changed files with 66 additions and 55 deletions

View File

@@ -1,5 +1,12 @@
name: Go CLI Tests
on: [push] # Test
on:
pull_request:
types: [opened, synchronize]
paths:
- "cli/**"
workflow_call:
jobs:
test: