disable all features flag (breaks example domain tests)

This commit is contained in:
Matthias 2023-03-01 20:54:00 +01:00 committed by Matthias Endler
parent c47f0b8c53
commit 257ecd7bc0

View file

@ -26,7 +26,7 @@ jobs:
- uses: taiki-e/install-action@nextest
- uses: Swatinem/rust-cache@v2
- name: Run cargo test
run: cargo nextest run --all-targets --all-features
run: cargo nextest run --all-targets
lint:
runs-on: ubuntu-latest