Skip to content

Commit

Permalink
Fix github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
bamidev committed Feb 24, 2024
1 parent a20bc41 commit 2da9340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:

steps:
- name: Install WebkitGTK development files
run: sudo apt-get install -y libwebkit2gtk-4.1-dev
run: sudo apt-get install -y libwebkit2gtk-4.1-dev xvfb
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose --features webkitgtk
- name: Run tests
run: RUST_BACKTRACE=full RUST_LOG=debug cargo test --verbose --features webkitgtk
run: RUST_BACKTRACE=full RUST_LOG=debug xvfb-run cargo test --verbose --features webkitgtk

0 comments on commit 2da9340

Please sign in to comment.