Skip to content

chore: separation of libraries #6

chore: separation of libraries

chore: separation of libraries #6

Workflow file for this run

name: "Tests"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
adif4rs:
name: "ADIF4rs"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: cd adif4rs && cargo test --verbose
hamlib-client:
name: "Hamlib Client"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: cd hamlib-client && cargo test --verbose
wavelog-hamlib:
name: "Wavelog Hamlib"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: cargo test --verbose