Skip to content

Commit c9c164f

Browse files
committed
Run tests on only a single Rust version, since we are relying on compiler messages
1 parent 6da1a4e commit c9c164f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 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, "1.39.0"]
14+
rust_version: [stable]
1515
steps:
1616
- uses: actions/checkout@v1
1717
- name: Setup Rust toolchain
@@ -24,4 +24,3 @@ jobs:
2424
run: |
2525
cargo fmt -- --check
2626
cargo clippy
27-
if: matrix.rust_version == 'stable'

0 commit comments

Comments
 (0)