Skip to content

fix: add partition objects to main module #81

fix: add partition objects to main module

fix: add partition objects to main module #81

Workflow file for this run

name: Build and test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
unix:
strategy:
matrix:
os: [ubuntu-latest, macos-13]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: bazelbuild/setup-bazelisk@v2
- name: Test toolchains
run: cd integration_tests/toolchains && ./test.sh
- name: Test rules
run: cd integration_tests/rules && ./test.sh