1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
# SPDX-FileCopyrightText: OpenTalk GmbH <mail@opentalk.eu> # # SPDX-License-Identifier: EUPL-1.2 --- test:opentalk-types: extends: .test:types variables: PACKAGE: opentalk-types-common parallel: matrix: - FEATURES: [ '', backend, clap, diesel, frontend, rand, redis, serde, utoipa, ] EXTRA_ARGS: ['', --no-default-features]