Fix indexmap tests for rust 1.37
This commit is contained in:
parent
605db3bba8
commit
63b3055e7b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -38,6 +38,8 @@ jobs:
|
|||
run: cargo check --verbose --no-default-features
|
||||
continue-on-error: ${{ matrix.allow_failure }}
|
||||
working-directory: ./schemars
|
||||
- if: matrix.rust == '1.37.0'
|
||||
run: cargo update -p indexmap --precise 1.6.2
|
||||
- name: Run tests
|
||||
run: cargo test --verbose ${{ matrix.test_features }} --no-fail-fast
|
||||
continue-on-error: ${{ matrix.allow_failure }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue