This is an automated email from the ASF dual-hosted git repository.

kriskras99 pushed a commit to branch fix/less_ci
in repository https://gitbox.apache.org/repos/asf/avro-rs.git

commit 5d0de12d02993f6a9f21500f8915e650874740fd
Author: default <[email protected]>
AuthorDate: Thu Mar 5 10:03:06 2026 +0000

    fix: Run tests on fewer targets
---
 .github/workflows/test-lang-rust-ci.yml     | 3 ---
 .github/workflows/test-lang-rust-clippy.yml | 1 -
 2 files changed, 4 deletions(-)

diff --git a/.github/workflows/test-lang-rust-ci.yml 
b/.github/workflows/test-lang-rust-ci.yml
index 98eaeac..431ff7c 100644
--- a/.github/workflows/test-lang-rust-ci.yml
+++ b/.github/workflows/test-lang-rust-ci.yml
@@ -50,7 +50,6 @@ jobs:
       matrix:
         rust:
           - "stable"
-          - "beta"
           - "nightly"
           - "1.88.0" # MSRV
         runner:
@@ -60,8 +59,6 @@ jobs:
             target: wasm32-unknown-unknown
           - name: ubuntu-24.04-arm
             target: aarch64-unknown-linux-gnu
-          - name: ubuntu-24.04-arm
-            target: wasm32-unknown-unknown
 
     steps:
       - name: Checkout
diff --git a/.github/workflows/test-lang-rust-clippy.yml 
b/.github/workflows/test-lang-rust-clippy.yml
index dc8de55..e5243f5 100644
--- a/.github/workflows/test-lang-rust-clippy.yml
+++ b/.github/workflows/test-lang-rust-clippy.yml
@@ -40,7 +40,6 @@ jobs:
       matrix:
         rust:
           - 'stable'
-          - '1.88.0'  # MSRV
     steps:
       - uses: actions/checkout@v6
       - uses: dtolnay/rust-toolchain@stable

Reply via email to