Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Sep 27, 2024
1 parent 4d7793f commit 7ae2f7b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/watchdogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' }}
- run: npm ci
- run: make release
- uses: coactions/setup-xvfb@v1
with:
run: cargo run --release --features=__sanity -- --debug
working-directory: ./v2
- run: xvfb-run cargo run --release --features=__sanity -- --debug
if: ${{ matrix.os == 'ubuntu-latest' }}
- run: cargo run --release --features=__sanity -- --debug
if: ${{ matrix.os != 'ubuntu-latest' }}
Expand Down

0 comments on commit 7ae2f7b

Please sign in to comment.