summaryrefslogtreecommitdiffstats
path: root/mqtt_websockets/c_rhash/.github
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 11:19:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:53:24 +0000
commitb5f8ee61a7f7e9bd291dd26b0585d03eb686c941 (patch)
treed4d31289c39fc00da064a825df13a0b98ce95b10 /mqtt_websockets/c_rhash/.github
parentAdding upstream version 1.44.3. (diff)
downloadnetdata-upstream.tar.xz
netdata-upstream.zip
Adding upstream version 1.46.3.upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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