Skip to content

Commit

Permalink
Merge pull request #91 from chmp/issue/90-improve-tracing
Browse files Browse the repository at this point in the history
Improve tracing
  • Loading branch information
chmp authored Nov 1, 2023
2 parents 409080c + d93c722 commit 8a02acc
Show file tree
Hide file tree
Showing 70 changed files with 5,466 additions and 3,102 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,21 @@
"name": "Check arrow-46",
"run": "cargo check --features arrow-46"
},
{
"name": "Check arrow-47",
"run": "cargo check --features arrow-47"
},
{
"name": "Check arrow-48",
"run": "cargo check --features arrow-48"
},
{
"name": "Build",
"run": "cargo build --features arrow2-0-17,arrow-46"
"run": "cargo build --features arrow2-0-17,arrow-48"
},
{
"name": "Test",
"run": "cargo test --features arrow2-0-17,arrow-46"
"run": "cargo test --features arrow2-0-17,arrow-48"
},
{
"name": "Publish to crates.io",
Expand Down
12 changes: 10 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,21 @@
"name": "Check arrow-46",
"run": "cargo check --features arrow-46"
},
{
"name": "Check arrow-47",
"run": "cargo check --features arrow-47"
},
{
"name": "Check arrow-48",
"run": "cargo check --features arrow-48"
},
{
"name": "Build",
"run": "cargo build --features arrow2-0-17,arrow-46"
"run": "cargo build --features arrow2-0-17,arrow-48"
},
{
"name": "Test",
"run": "cargo test --features arrow2-0-17,arrow-46"
"run": "cargo test --features arrow2-0-17,arrow-48"
}
]
}
Expand Down
Loading

0 comments on commit 8a02acc

Please sign in to comment.