build.yml 190 B

12345678910111213
  1. name: Build & run tests
  2. on:
  3. push:
  4. pull_request:
  5. jobs:
  6. tests:
  7. runs-on: ubuntu-latest
  8. steps:
  9. - uses: actions/checkout@v2
  10. - name: Run the 'make all'
  11. run: make all