Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration-deb11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
submodules: recursive # for tests/NeTEx
- name: Install xmllint
run: apt update && apt install --yes libxml2-utils
- name: Cache cargo build
uses: Swatinem/rust-cache@v2
- name: Run tests with and without features
run: make test
build-n-push:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration-deb12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
submodules: recursive # for tests/NeTEx
- name: Install xmllint
run: apt update && apt install --yes libxml2-utils
- name: Cache cargo build
uses: Swatinem/rust-cache@v2
- name: Run tests with and without features
run: make test
build-n-push:
Expand Down
Loading