Commit c7ae216c authored by Pavel Vainerman's avatar Pavel Vainerman Committed by Pavel Vainerman

(actions): added tests

parent 29d4d310
......@@ -2,7 +2,7 @@ name: C/C++ CI
on:
push:
branches: [ github-actions ]
branches: [ master, github-actions ]
pull_request:
branches: [ master ]
......@@ -26,3 +26,7 @@ jobs:
./configure --enable-mysql --enable-sqlite --enable-rrd --enable-io --disable-python --disable-mqtt --disable-pgsql --disable-api --disable-netdata --disable-logdb
- name: make
run: make
- name: simple tests
run: |
cd tests;
make check
......@@ -14,7 +14,7 @@ name: "CodeQL"
on:
push:
branches: [ github-actions ]
branches: [ master, github-actions ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
......@@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'cpp', 'python' ]
language: [ 'cpp' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
# Learn more:
# https://docs.github.com/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment