Build auto-generated PSP tests from YAML specification #11
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: Auto-generated tests build | |
run-name: Build auto-generated PSP tests from YAML specification | |
on: [push] | |
jobs: | |
generate-tests: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Install dependencies | |
run: sudo apt-get install -y clang-format | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- name: Build auto-generated tests | |
run: make tests | |