This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
from d2622bc Bump anyhow from 1.0.88 to 1.0.89 in /lang/rust (#3164)
add fb4a845 Copy the Github Actions workflows from the main repo
add b831b99 Git clone the main repo for the interop tests
add 82e3acf Read the INTEROP_ROOT_FOLDER from an env var
new 95c693d Merge pull request #1 from apache/add-github-actions-workflows
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/test-lang-rust-audit.yml | 69 ++++++
.github/workflows/test-lang-rust-ci-ARM.yml | 71 ++++++
.github/workflows/test-lang-rust-ci.yml | 253 +++++++++++++++++++++
.../workflows/test-lang-rust-clippy.yml | 65 +++---
avro/examples/generate_interop_data.rs | 14 +-
avro/examples/test_interop_data.rs | 3 +-
.../test_interop_single_object_encoding.rs | 18 +-
7 files changed, 450 insertions(+), 43 deletions(-)
create mode 100644 .github/workflows/test-lang-rust-audit.yml
create mode 100644 .github/workflows/test-lang-rust-ci-ARM.yml
create mode 100644 .github/workflows/test-lang-rust-ci.yml
copy fuzz/Cargo.toml => .github/workflows/test-lang-rust-clippy.yml (54%)