Skip to content

Commit

Permalink
Merge branch 'cloudwego:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
minghuaw authored Sep 26, 2023
2 parents ccc0696 + 5b06e2c commit 693963a
Show file tree
Hide file tree
Showing 143 changed files with 10,527 additions and 4,565 deletions.
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# For more information, please refer to https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

* @cloudwego/volo-reviewers @cloudwego/volo-approvers @cloudwego/volo-maintainers
16 changes: 12 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
# - uses: Swatinem/rust-cache@v1
- name: Run tests
run: |
cargo check
cargo check --features multiplex
cargo test
test-linux-aarch64:
Expand All @@ -40,10 +42,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
# - uses: Swatinem/rust-cache@v1
- name: Run tests
run: |
cargo check
cargo check --features multiplex
cargo test
test-macos:
Expand All @@ -52,10 +56,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- uses: Swatinem/rust-cache@v1
- name: Run tests
run: |
cargo check
cargo check --features multiplex
cargo test
test-windows:
Expand All @@ -64,10 +70,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- uses: Swatinem/rust-cache@v1
- name: Run tests
run: |
cargo check
cargo check --features multiplex
cargo test
lint:
Expand Down
Loading

0 comments on commit 693963a

Please sign in to comment.