Skip to content

Commit 6b9ee90

Browse files
xixiaofinlandxi xiao
andauthored
ci: update script (#41)
Co-authored-by: xi xiao <tdxiaoxi2@gmail.com>
1 parent 417cd35 commit 6b9ee90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-ci-merge-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
rust-version: [stable, beta, nightly] # Optional: Test against multiple Rust versions
14+
rust-version: stable
1515

1616
steps:
1717
# Step 1: Checkout Code
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions-rs/toolchain@v1
5252
with:
5353
toolchain: ${{ matrix.rust-version }}
54-
components: [rustfmt, clippy]
54+
components: rustfmt clippy
5555
override: true
5656

5757
# Step 6: Run Clippy

0 commit comments

Comments
 (0)