Skip to content

Commit

Permalink
address pat comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hudson-ayers committed May 1, 2020
1 parent 6a02ff5 commit 49de44e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
- name: cargo tests
run: |
make ci-libraries
make ci-archs
make ci-kernel
make ci-chips
run: make ci-cargo-tests
- name: tool tests
run: |
sudo apt install libusb-1.0-0-dev
Expand Down
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ ci-netlify:\
@printf "$$(tput bold)* CI-Netlify: Done! *$$(tput sgr0)\n"
@printf "$$(tput bold)*********************$$(tput sgr0)\n"

.PHONY: ci-cargo-tests
ci-cargo-tests:\
ci-libraries\
ci-archs\
ci-kernel\
ci-chips\

## Actual Rules (Travis)

Expand Down
1 change: 1 addition & 0 deletions bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# pushed to master.
status = [
"continuous-integration/travis-ci/push",
"format", "build", "test"
]

# List of PR labels that may not be attached to a PR when it is r+-ed.
Expand Down

0 comments on commit 49de44e

Please sign in to comment.