1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-12 02:09:36 +00:00

add msrv workarounds to ci

This commit is contained in:
Rob Ede 2022-07-02 17:12:24 +01:00
parent 2f79daec16
commit e0845d9ad9
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

@ -47,6 +47,12 @@ jobs:
profile: minimal
override: true
- name: workaround MSRV issues
if: matrix.version != 'stable'
run: |
cargo add const-str@0.3 --dev -p=actix-web
cargo add const-str@0.3 --dev -p=awc
- name: Generate Cargo.lock
uses: actions-rs/cargo@v1
with: { command: generate-lockfile }
@ -68,7 +74,6 @@ jobs:
with: { command: ci-check-default }
- name: tests
if: matrix.version == 'stable' # temp?
timeout-minutes: 60
run: |
cargo test --lib --tests -p=actix-router --all-features