mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-27 17:52:56 +01:00
remove nightly io-uring job
This commit is contained in:
parent
592b40f914
commit
478b33b8a3
55
.github/workflows/ci-post-merge.yml
vendored
55
.github/workflows/ci-post-merge.yml
vendored
@ -78,15 +78,6 @@ jobs:
|
|||||||
cargo test --lib --tests -p=actix-multipart --all-features
|
cargo test --lib --tests -p=actix-multipart --all-features
|
||||||
cargo test --lib --tests -p=actix-web-actors --all-features
|
cargo test --lib --tests -p=actix-web-actors --all-features
|
||||||
|
|
||||||
- name: tests (io-uring)
|
|
||||||
if: matrix.target.os == 'ubuntu-latest'
|
|
||||||
timeout-minutes: 60
|
|
||||||
run: >
|
|
||||||
sudo bash -c "ulimit -Sl 512
|
|
||||||
&& ulimit -Hl 512
|
|
||||||
&& PATH=$PATH:/usr/share/rust/.cargo/bin
|
|
||||||
&& RUSTUP_TOOLCHAIN=${{ matrix.version }} cargo test --lib --tests -p=actix-files --all-features"
|
|
||||||
|
|
||||||
- name: Clear the cargo caches
|
- name: Clear the cargo caches
|
||||||
run: |
|
run: |
|
||||||
cargo install cargo-cache --version 0.6.3 --no-default-features --features ci-autoclean
|
cargo install cargo-cache --version 0.6.3 --no-default-features --features ci-autoclean
|
||||||
@ -126,32 +117,32 @@ jobs:
|
|||||||
with: { command: ci-check-all-feature-powerset-linux }
|
with: { command: ci-check-all-feature-powerset-linux }
|
||||||
|
|
||||||
# job currently (1st Feb 2022) segfaults
|
# job currently (1st Feb 2022) segfaults
|
||||||
# coverage:
|
coverage:
|
||||||
# name: coverage
|
name: coverage
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# steps:
|
steps:
|
||||||
# - uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
# - name: Install stable
|
- name: Install stable
|
||||||
# uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
# with:
|
with:
|
||||||
# toolchain: stable-x86_64-unknown-linux-gnu
|
toolchain: stable-x86_64-unknown-linux-gnu
|
||||||
# profile: minimal
|
profile: minimal
|
||||||
# override: true
|
override: true
|
||||||
|
|
||||||
# - name: Generate Cargo.lock
|
- name: Generate Cargo.lock
|
||||||
# uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
# with: { command: generate-lockfile }
|
with: { command: generate-lockfile }
|
||||||
# - name: Cache Dependencies
|
- name: Cache Dependencies
|
||||||
# uses: Swatinem/rust-cache@v1.2.0
|
uses: Swatinem/rust-cache@v1.2.0
|
||||||
|
|
||||||
# - name: Generate coverage file
|
- name: Generate coverage file
|
||||||
# run: |
|
run: |
|
||||||
# cargo install cargo-tarpaulin --vers "^0.13"
|
cargo install cargo-tarpaulin --vers "^0.13"
|
||||||
# cargo tarpaulin --workspace --features=rustls,openssl --out Xml --verbose
|
cargo tarpaulin --workspace --features=rustls,openssl --out Xml --verbose
|
||||||
# - name: Upload to Codecov
|
- name: Upload to Codecov
|
||||||
# uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v1
|
||||||
# with: { file: cobertura.xml }
|
with: { file: cobertura.xml }
|
||||||
|
|
||||||
nextest:
|
nextest:
|
||||||
name: nextest
|
name: nextest
|
||||||
|
Loading…
Reference in New Issue
Block a user