Skip to content

Commit

Permalink
Merge branch 'main' into fix/idl_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWhiteWu authored and Ggiggle committed Nov 5, 2024
2 parents 7d76794 + 868e43d commit 3080491
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
needs:
- test-linux
- test-linux-aarch64
# - test-linux-aarch64
- test-macos
- test-windows
- lint
Expand All @@ -36,19 +36,19 @@ jobs:
cargo check
cargo test
test-linux-aarch64:
runs-on: [self-hosted, arm]
# test-linux-aarch64:
# runs-on: [self-hosted, arm]

steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt, clippy
# - uses: Swatinem/rust-cache@v1
- name: Run tests
run: |
cargo check
cargo test
# steps:
# - uses: actions/checkout@v3
# - uses: dtolnay/rust-toolchain@nightly
# with:
# components: rustfmt, clippy
# # - uses: Swatinem/rust-cache@v1
# - name: Run tests
# run: |
# cargo check
# cargo test

test-macos:
runs-on: macos-latest
Expand Down
4 changes: 2 additions & 2 deletions pilota-build/test_data/thrift/separator.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pub mod seperator {
pub mod separator {
#![allow(warnings, clippy::all)]

pub mod seperator {
pub mod separator {
#[derive(PartialOrd, Hash, Eq, Ord, Debug, Default, Clone, PartialEq)]
pub struct MyInt32(pub i32);

Expand Down

0 comments on commit 3080491

Please sign in to comment.