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 cc78b7e commit 26ef6bbCopy full SHA for 26ef6bb
1 file changed
.github/workflows/rust.yml
@@ -1,10 +1,5 @@
1
name: Rust CI
2
3
-_versions:
4
- stable: &rust_stable stable
5
- # Pinning the nightly version to a "stable" version to avoid CI breakages.
6
- nightly: &rust_nightly nightly-2025-11-11
7
-
8
on:
9
push:
10
pull_request:
@@ -20,6 +15,10 @@ env:
20
15
SCCACHE_GHA_ENABLED: true
21
16
RUSTC_WRAPPER: sccache
22
17
18
+ _RUST_STABLE: &rust_stable stable
19
+ # Pinning the nightly version to a "stable" version to avoid CI breakages.
+ _RUST_NIGHTLY: &rust_nightly nightly-2025-11-11
+
23
# See: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency.
24
# This will ensure that only one commit will be running tests at a time on each PR.
25
concurrency:
0 commit comments