Allow writing unit tests for the core library in MeTTa #1548
Workflow file for this run
This file contains hidden or 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: ci auto | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
ci-auto-unix: | |
uses: ./.github/workflows/common.yml | |
with: | |
python-version: "3.8" | |
os: "ubuntu-22.04" | |
cmake-version: "3.24.x" | |
build-type: "Debug" |