Skip to content

Commit 6cc5c5f

Browse files
author
Stjepan Glavina
committed
Update CI
1 parent 761d70c commit 6cc5c5f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, windows-latest, macos-latest]
16-
rust: [nightly, beta, stable, 1.39.0]
16+
rust: [nightly, beta, stable, 1.46.0]
1717
steps:
1818
- uses: actions/checkout@v2
1919

@@ -33,14 +33,12 @@ jobs:
3333
override: true
3434

3535
- name: Run cargo check
36-
if: startsWith(matrix.rust, '1.39.0') == false
3736
uses: actions-rs/cargo@v1
3837
with:
3938
command: check
4039
args: --all --benches --bins --examples --tests --all-features
4140

4241
- name: Run cargo test
43-
if: startsWith(matrix.rust, '1.39.0') == false
4442
uses: actions-rs/cargo@v1
4543
with:
4644
command: test

0 commit comments

Comments
 (0)