summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 16fb8eb3..23379ab5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,11 +17,11 @@ jobs:
- uses: actions/checkout@v2
- name: Stable
run: cargo test
+ - name: Oldstable
+ run: |
+ rustup default 1.45.2
+ cargo test
- name: Clippy
run: |
rustup component add clippy
cargo clippy --all-targets
- - name: Oldstable
- run: |
- rustup default 1.43.1
- cargo test