Skip to content

Commit 66407a3

Browse files
committed
Updating CI/CD workflow
1 parent 8e35e79 commit 66407a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
name: CI
12
on:
23
pull_request:
34
push:
45
branches:
56
- main
6-
77
jobs:
88
fmt:
99
name: Rustfmt
@@ -34,7 +34,7 @@ jobs:
3434
fail-fast: false
3535
matrix:
3636
os: [ ubuntu-latest, windows-latest, macOS-latest ]
37-
rust: [ stable, beta, nightly ]
37+
rust: [ stable ]
3838
steps:
3939
- uses: actions/checkout@v4
4040
- uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)