Skip to content

feat: Split subcommand main modules from main #4

feat: Split subcommand main modules from main

feat: Split subcommand main modules from main #4

Workflow file for this run

name: 'CI jobs'
on:
push:
jobs:
test:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v4'
- name: 'Build'
run: cargo build --verbose
- name: 'Run test'
run: cargo test --verbose