Skip to content

chore: fixes license name with SPDX right name #2

chore: fixes license name with SPDX right name

chore: fixes license name with SPDX right name #2

Workflow file for this run

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