mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
xargs
This commit is contained in:
@@ -22,4 +22,6 @@ jobs:
|
||||
- run:
|
||||
name: $ bake //ci
|
||||
command: |
|
||||
cd tests && bats circleci tests glob "*.bats"
|
||||
# circleci tests split <(ls *.bats)
|
||||
cd tests
|
||||
circleci tests glob ".bats" | circleci tests split | xargs bats
|
||||
|
||||
Reference in New Issue
Block a user