2
0
Fork 0
mirror of https://github.com/bazel-contrib/bazel-lib synced 2024-12-01 07:15:24 +00:00
bazel-lib/.circleci/config.yml
2022-08-18 11:55:15 -07:00

14 lines
202 B
YAML

version: 2.1
workflows:
testing:
jobs:
- bazel-test
jobs:
bazel-test:
machine: true
resource_class: aspect-build/default
steps:
- checkout
- run: bazel test //...