mirror of https://github.com/fafhrd91/actix-web
hmmmmm....
This commit is contained in:
parent
6772d0575a
commit
c3cf032e7e
|
@ -76,6 +76,11 @@ jobs:
|
|||
uses: actions-rs/cargo@v1
|
||||
with: { command: ci-full }
|
||||
|
||||
- name: doc tests
|
||||
uses: actions-rs/cargo@v1
|
||||
timeout-minutes: 40
|
||||
with: { command: ci-doctest }
|
||||
|
||||
- name: tests
|
||||
uses: actions-rs/cargo@v1
|
||||
timeout-minutes: 40
|
||||
|
@ -83,11 +88,6 @@ jobs:
|
|||
command: ci-test
|
||||
args: --skip=test_reading_deflate_encoding_large_random_rustls
|
||||
|
||||
- name: doc tests
|
||||
uses: actions-rs/cargo@v1
|
||||
timeout-minutes: 40
|
||||
with: { command: ci-doctest }
|
||||
|
||||
- name: Generate coverage file
|
||||
if: >
|
||||
matrix.target.os == 'ubuntu-latest'
|
||||
|
|
Loading…
Reference in New Issue