Skip to content

Commit

Permalink
Merge branch 'chmp:main' into feature/221-serialize-enums-as-flattene…
Browse files Browse the repository at this point in the history
…d-structs
  • Loading branch information
raj-nimble authored Sep 23, 2024
2 parents d3bea56 + 85c040d commit d785260
Show file tree
Hide file tree
Showing 11 changed files with 560 additions and 579 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
"name": "Check arrow2-0-16",
"run": "cargo check --features arrow2-0-16"
},
{
"name": "Check arrow-53",
"run": "cargo check --features arrow-53"
},
{
"name": "Check arrow-52",
"run": "cargo check --features arrow-52"
Expand Down Expand Up @@ -114,11 +118,11 @@
},
{
"name": "Build",
"run": "cargo build --features arrow2-0-17,arrow-52"
"run": "cargo build --features arrow2-0-17,arrow-53"
},
{
"name": "Test",
"run": "cargo test --features arrow2-0-17,arrow-52"
"run": "cargo test --features arrow2-0-17,arrow-53"
},
{
"name": "Publish to crates.io",
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
"name": "Check arrow2-0-16",
"run": "cargo check --features arrow2-0-16"
},
{
"name": "Check arrow-53",
"run": "cargo check --features arrow-53"
},
{
"name": "Check arrow-52",
"run": "cargo check --features arrow-52"
Expand Down Expand Up @@ -120,11 +124,11 @@
},
{
"name": "Build",
"run": "cargo build --features arrow2-0-17,arrow-52"
"run": "cargo build --features arrow2-0-17,arrow-53"
},
{
"name": "Test",
"run": "cargo test --features arrow2-0-17,arrow-52"
"run": "cargo test --features arrow2-0-17,arrow-53"
}
]
}
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ target/

__pycache__/
.ipynb_checkpoints/

# Editor directories and files
.idea/
Loading

0 comments on commit d785260

Please sign in to comment.