Skip to content

Commit

Permalink
chore: fixes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sardylan committed Aug 29, 2024
1 parent 05650f1 commit 673a13d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,6 @@ on:
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
Expand Down

0 comments on commit 673a13d

Please sign in to comment.