Skip to content

GitHub action run all tests (#11) #14

GitHub action run all tests (#11)

GitHub action run all tests (#11) #14

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bazelbuild/setup-bazelisk@v3
- run: scripts/run_all_tests.sh