mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Fix CI workflow
This commit is contained in:
parent
cb563ee37e
commit
50be6acd22
1 changed files with 1 additions and 6 deletions
7
.github/workflows/cargo-build-and-test.yml
vendored
7
.github/workflows/cargo-build-and-test.yml
vendored
|
|
@ -20,11 +20,8 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cargo build --verbose -p aquatic_udp --features "cpu-pinning"
|
cargo build --verbose -p aquatic_udp --features "cpu-pinning"
|
||||||
|
|
||||||
cargo build --verbose -p aquatic_http --features "cpu-pinning"
|
cargo build --verbose -p aquatic_http --features "cpu-pinning"
|
||||||
|
|
||||||
cargo build --verbose -p aquatic_ws --features "cpu-pinning"
|
cargo build --verbose -p aquatic_ws --features "cpu-pinning"
|
||||||
cargo build --verbose -p aquatic_ws --features "with-glommio cpu-pinning" --no-default-features
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose --workspace --all-targets
|
run: cargo test --verbose --workspace --all-targets
|
||||||
|
|
||||||
|
|
@ -35,6 +32,4 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: cargo build --verbose -p aquatic_udp
|
||||||
cargo build --verbose -p aquatic_udp
|
|
||||||
cargo build --verbose -p aquatic_ws
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue