summaryrefslogtreecommitdiffstats
path: root/mqtt_websockets/c_rhash/.github
diff options
context:
space:
mode:
Diffstat (limited to 'mqtt_websockets/c_rhash/.github')
-rw-r--r--mqtt_websockets/c_rhash/.github/workflows/run-tests.yaml16
1 files changed, 0 insertions, 16 deletions
diff --git a/mqtt_websockets/c_rhash/.github/workflows/run-tests.yaml b/mqtt_websockets/c_rhash/.github/workflows/run-tests.yaml
deleted file mode 100644
index a5feb3a8a..000000000
--- a/mqtt_websockets/c_rhash/.github/workflows/run-tests.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-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