summaryrefslogtreecommitdiffstats
path: root/mqtt_websockets/c_rhash/.github/workflows/run-tests.yaml
blob: a5feb3a8a0a2a2577c830efd417b501bace4932e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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: sudo apt-get install -y valgrind
      - run: autoreconf -ivf
      - run: ./configure
      - run: make
      - run: valgrind --leak-check=full --error-exitcode=66 ./test