Don't build without a backend

This commit is contained in:
Antoine Gersant 2020-01-18 14:59:19 -08:00
parent ee71df9d0b
commit 2efc0df04e

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
features: [--all-features, --no-default-features]
features: [--all-features, --features default]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps: