Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hirschenberger authored Sep 18, 2023
1 parent 50125a3 commit cfaaa83
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: apt-get update
run: sudo apt-get update
- name: Install libmodbus
run: sudo apt-get -y install libmodbus-dev
- name: Build
run: cargo build --verbose --features read-device-info
run: cargo build --verbose --all-features
- name: Run tests
run: cargo test --verbose --features read-device-info
run: cargo test --verbose --all-features

0 comments on commit cfaaa83

Please sign in to comment.