Skip to content

Commit

Permalink
Try again...
Browse files Browse the repository at this point in the history
  • Loading branch information
embhorn committed Oct 17, 2023
1 parent 919c076 commit 62e642a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fsanitize-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:

runs-on: ubuntu-latest
timeout-minutes: 5
env:
WOLFMQTT_NO_EXTERNAL_BROKER_TESTS: 1

steps:
- uses: actions/checkout@master
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/macos-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:

runs-on: macos-latest
timeout-minutes: 10
env:
WOLFMQTT_NO_EXTERNAL_BROKER_TESTS: 1
steps:
- uses: actions/checkout@master
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
if: ${{ failure() && steps.make-check.outcome == 'failure' }}
run: |
more test-suite.log
- name: Set WOLFMQTT_NO_EXTERNAL_BROKER_TESTS to exclude external broker tests
env: WOLFMQTT_NO_EXTERNAL_BROKER_TESTS:1
env:
WOLFMQTT_NO_EXTERNAL_BROKER_TESTS: 1
- name: configure with SN Enabled
run: ./configure --enable-sn
- name: make
Expand Down

0 comments on commit 62e642a

Please sign in to comment.