Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GUI proptest for any sequence of TelemetryMessage #2

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
11 changes: 8 additions & 3 deletions .github/workflows/control-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ jobs:
with:
command: build

- name: Test lib
uses: actions-rs/[email protected]
- name: Run headless tests
uses: GabrielBB/[email protected]
with:
run: cargo test

- name: Run headless long-tests
uses: GabrielBB/[email protected]
with:
command: test
run: cargo test --features long-tests -- --nocapture
Loading