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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2137b81  fix: Run tests on fewer targets (#503)
2137b81 is described below

commit 2137b818e27eace02f7f5ca6bc1c6161c773c16b
Author: Kriskras99 <[email protected]>
AuthorDate: Thu Mar 5 11:08:35 2026 +0100

    fix: Run tests on fewer targets (#503)
    
    Co-authored-by: default <[email protected]>
---
 .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