We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e12f3a commit 4a1a60bCopy full SHA for 4a1a60b
.github/workflows/validate.yml
@@ -12,11 +12,12 @@ jobs:
12
test:
13
name: Test
14
15
+ if: github.event_name == 'schedule'
16
+
17
strategy:
18
fail-fast: false
19
matrix:
20
rust:
- - 1.57.0
21
- stable
22
- beta
23
@@ -50,17 +51,6 @@ jobs:
50
51
run: |
52
rustup toolchain install nightly --profile minimal --component miri,rust-src --allow-downgrade
53
rustup default nightly
- - name: Cache xargo
54
- uses: actions/cache@v3
55
- with:
56
- path: |
57
- ~/.cargo/.crates.toml
58
- ~/.cargo/.crates2.json
59
- ~/.cargo/bin/xargo
60
- ~/.cargo/bin/xargo-check
61
- key: xargo
62
- - name: Install xargo
63
- run: cargo install xargo
64
- name: Checkout
65
uses: actions/checkout@v3
66
- name: Test
0 commit comments