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 1183ccd commit dcac726Copy full SHA for dcac726
.github/workflows/rust.yml
@@ -10,7 +10,7 @@ env:
10
CARGO_TERM_COLOR: always
11
12
jobs:
13
- build stable:
+ build_stable:
14
15
runs-on: ubuntu-latest
16
@@ -26,7 +26,7 @@ jobs:
26
- name: Docs
27
run: cargo doc --verbose --all
28
29
- build beta:
+ build_beta:
30
31
32
steps:
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
- build nightly:
+ build_nightly:
45
46
47
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
- check big endian:
+ check_big_endian:
60
61
62
0 commit comments