diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:54:44 +0000 |
commit | 836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch) | |
tree | 1604da8f482d02effa033c94a84be42bc0c848c3 /mqtt_websockets/c_rhash/.github | |
parent | Releasing debian version 1.44.3-2. (diff) | |
download | netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip |
Merging upstream version 1.46.3.
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.yaml | 16 |
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 |