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 b3a67a3Copy full SHA for b3a67a3
.github/workflows/ci.yml
@@ -6,6 +6,13 @@ 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
+ steps:
14
+ - name: Done
15
+ run: exit 0
16
test:
17
name: Tests
18
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