Skip to content

Commit 4a67106

Browse files
committed
Add to bors config
1 parent c6bdcb5 commit 4a67106

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
runs-on: "ubuntu-18.04"
8080
steps:
8181
- uses: actions/checkout@v1
82+
- run: bash scripts/ci-env.sh
8283
- name: build
8384
run: cargo jjs-build --docker
8485
- name: launch jjs

bors.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
status = ['style', 'clippy', 'cpp', 'unit-tests', 'build', 'udeps']
1+
status = ['style', 'clippy', 'cpp', 'unit-tests', 'build', 'udeps', 'e2e']
22
delete-merged-branches = true
33
timeout-sec = 1800

0 commit comments

Comments
 (0)