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 28808a0 commit a6514eaCopy full SHA for a6514ea
.github/bors.toml
@@ -6,5 +6,6 @@ status = [
6
"ci-linux (stable, thumbv6m-none-eabi)",
7
"ci-linux (stable, thumbv7m-none-eabi)",
8
"ci-linux (1.35.0, x86_64-unknown-linux-gnu)",
9
+ "ci-linux-test (stable, x86_64-unknown-linux-gnu)",
10
"fmt",
11
]
.github/workflows/test.yml
@@ -9,7 +9,7 @@ env:
RUSTFLAGS: '--deny warnings'
jobs:
12
- ci-linux:
+ ci-linux-test:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
0 commit comments