Skip to content

Fixed no carrier message & dialog. #77

Fixed no carrier message & dialog.

Fixed no carrier message & dialog. #77

Workflow file for this run

name: Run tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
run_checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check formatting
run: |
cargo fmt --all -- --check
- run: rustup component add clippy
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install build-essential libgtk-3-dev libasound2-dev libxcb-shape0-dev libxcb-xfixes0-dev
- name: Run tests
run: |
cargo test --all-features