1
0
mirror of https://github.com/danog/strum.git synced 2024-11-26 20:14:40 +01:00

See if this gets the build fixed

This commit is contained in:
Peter Glotfelty 2022-04-30 15:26:54 -07:00
parent 832dd862c7
commit b1befeb594
2 changed files with 10 additions and 2 deletions

View File

@ -130,4 +130,12 @@ build: false
#directly or perform other testing commands. Rust will automatically be placed in the PATH
# environment variable.
test_script:
- cargo test --verbose --features strum_tests/test_phf %cargoflags%
for:
- matrix:
only:
- channel: 1.32.0
test_script:
- cargo test --verbose %cargoflags%

View File

@ -5,7 +5,7 @@ edition = "2018"
authors = ["Peter Glotfelty <peglotfe@microsoft.com>"]
[features]
default = ["test_phf"]
default = []
test_phf = ["strum/phf"]
[dependencies]