diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 848cd91..99686c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,9 @@ jobs: web-chat, noise-js, noise-rtc, - relay-direct-rtc + relay-direct-rtc, + rln-js, + rln-identity ] runs-on: ubuntu-latest steps: diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 684c2ae..594e1ef 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -40,6 +40,8 @@ pipeline { stage('noise-js') { steps { script { buildExample() } } } stage('noise-rtc') { steps { script { buildExample() } } } stage('relay-direct-rtc') { steps { script { buildExample() } } } + stage('rln-js') { steps { script { buildExample() } } } + stage('rln-identity') { steps { script { buildExample() } } } } }