Skip to content

Commit

Permalink
Add watch host for debug tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Jul 20, 2023
1 parent 2f9243f commit 0adaf83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
sudo apt-get update
sudo apt-get install libpq-dev # Required for Postgres in ./watch.
- name: Run tests in debug
run: make test-debug
run: WATCH_HOST=host.docker.internal make test-debug
state-transition-vectors-ubuntu:
name: state-transition-vectors-ubuntu
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0adaf83

Please sign in to comment.