Skip to content

Commit a6514ea

Browse files
committed
Require CI tests to pass
1 parent 28808a0 commit a6514ea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/bors.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ status = [
66
"ci-linux (stable, thumbv6m-none-eabi)",
77
"ci-linux (stable, thumbv7m-none-eabi)",
88
"ci-linux (1.35.0, x86_64-unknown-linux-gnu)",
9+
"ci-linux-test (stable, x86_64-unknown-linux-gnu)",
910
"fmt",
1011
]

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
RUSTFLAGS: '--deny warnings'
1010

1111
jobs:
12-
ci-linux:
12+
ci-linux-test:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:

0 commit comments

Comments
 (0)