Skip to content

Commit 968b5f7

Browse files
committed
add
1 parent d1d049b commit 968b5f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
matrix:
1818
rust:
1919
- stable
20-
- beta
21-
- nightly
2220
steps:
2321
- uses: actions/checkout@v2
2422
- name: Install latest stable
@@ -51,7 +49,7 @@ jobs:
5149
with:
5250
command: test
5351
args: --release --all-features
54-
52+
5553
- name: Run cargo doc
5654
uses: actions-rs/cargo@v1
5755
continue-on-error: ${{ matrix.rust == 'nightly' }}

0 commit comments

Comments
 (0)