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 abc2ada commit 93c0f0eCopy full SHA for 93c0f0e
.github/workflows/ci.yml
@@ -6,6 +6,10 @@ on:
6
branches: [master]
7
types: [opened, reopened, synchronize]
8
jobs:
9
+ ci:
10
+ name: CI
11
+ needs: [test, test-release]
12
+ runs-on: ubuntu-latest
13
test:
14
name: Tests
15
strategy:
bors.toml
@@ -1,14 +1,12 @@
1
status = [
2
"continuous-integration/travis-ci/push",
3
"clap-rs.clap",
4
- "Tests",
5
- "Release Profile Tests",
+ "CI",
]
pr_status = [
"continuous-integration/travis-ci/pr",
timeout_sec = 7200
prerun_timeout_sec = 7200
0 commit comments