Skip to content

basic test framework with github action #2

basic test framework with github action

basic test framework with github action #2

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
build-linux-gcc:
runs-on: ubuntu-18.04
steps:

Check failure on line 7 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
- uses: actions/checkout@v4
- name: setup env
run: |
sudo apt-get update
sudo apt install build-essential
- name: run tests
run: |
make run_test