TH_GDB fallback: add missing param #39
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: Build | |
on: | |
push: | |
branches: [master] | |
pull_request: | |
branches: [master] | |
jobs: | |
build: | |
runs-on: '${{ matrix.os }}' | |
strategy: | |
fail-fast: false | |
matrix: | |
os: [ubuntu-20.04,ubuntu-latest,macOS-12,macOS-latest] | |
steps: | |
- uses: actions/checkout@v3 | |
- run: make -j4 | |
- run: ./tivars_tests |