Skip to content

Commit

Permalink
Install libxml2-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jul 25, 2024
1 parent 4b0575b commit dc2d47b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 🧪 Test and Lint
on:
push:
# branches-ignore: [wip/**]
branches-ignore: [wip/**]
jobs:
test:
strategy:
Expand Down Expand Up @@ -33,6 +33,8 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- name: Run pre-commit
uses: pre-commit/[email protected]
- name: Install dependencies
run: sudo apt-get install -y libxml2-utils
- name: Generate Coverage
run: make cover RUST_BACKTRACE=1
- name: Publish Coverage
Expand Down

0 comments on commit dc2d47b

Please sign in to comment.