mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
Fix GitHub CI
This commit is contained in:
parent
3dc9068dd2
commit
e2ee050233
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cargo-build-and-test.yml
vendored
4
.github/workflows/cargo-build-and-test.yml
vendored
|
|
@ -20,8 +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
|
||||||
cargo build --verbose -p aquatic_ws --features "cpu-pinning"
|
cargo build --verbose -p aquatic_ws
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose --workspace --all-targets
|
run: cargo test --verbose --workspace --all-targets
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue