Skip to content

v3.1.5 cumulative: C-string, user tuning, BER #60 hardening, #64 snmpTrapOID.0 RFC3416 fix #3

v3.1.5 cumulative: C-string, user tuning, BER #60 hardening, #64 snmpTrapOID.0 RFC3416 fix

v3.1.5 cumulative: C-string, user tuning, BER #60 hardening, #64 snmpTrapOID.0 RFC3416 fix #3

Workflow file for this run

name: Run Tests
on:
push:
branches: [ master ]
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: arduino/arduino-lint-action
uses: arduino/arduino-lint-action@v1.0.0
with:
library-manager: update
- name: run tests
run: |
cd tests
make test
- name: compile example
run: |
cd tests
make example