diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96cc9ad..884cf3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,5 +43,5 @@ jobs: - name: Clippy run: cargo clippy --all -- -D warnings - name: Run tests - run: cargo test --all --verbose + run: cargo test --all --verbose --features fancy