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