summaryrefslogtreecommitdiffstats
path: root/mqtt_websockets/c-rbuf/.github/workflows/run-tests.yaml
blob: 700671ec9ab093a84d07d2fdbff32de86ca05227 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: run-tests
on:
  push:
  schedule:
      - cron: '5 3 * * 0'
  pull_request:
jobs:
  run-tests:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - run: make
      - run: ./test