Skip to content

Update to bazel 6.4.0 & add CI job #1

Update to bazel 6.4.0 & add CI job

Update to bazel 6.4.0 & add CI job #1

Workflow file for this run

name: ci
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bazelbuild/setup-bazelisk@v2
- run: bazel build //...
- run: bazel test //solution:solution --test_env guess=basil