Skip to content

Commit

Permalink
mqtt doctest needs broker
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Jul 9, 2024
1 parent 64a3b88 commit 3baa93a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ jobs:
- --no-default-features
steps:
- uses: actions/checkout@v4
- name: Start Broker
run: |
sudo apt-get install mosquitto mosquitto-clients
sudo service mosquitto start
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{matrix.toolchain}}
Expand Down

0 comments on commit 3baa93a

Please sign in to comment.