Skip to content

fix: uncomment logic defined in initial commit #6

fix: uncomment logic defined in initial commit

fix: uncomment logic defined in initial commit #6

Workflow file for this run

name: unit tests
on:
push:
branches: [main, free]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 180
steps:
- uses: actions/checkout@v4
- name: install prerequisites
run: sudo apt-get update && sudo apt-get install -y m4 libpulse0
- name: bazel test
run: bazelisk test //... --test_output=errors