Skip to content

fix: Handle deletions in the tables #20

fix: Handle deletions in the tables

fix: Handle deletions in the tables #20

Workflow file for this run

name: test
on:
pull_request:
jobs:
linux:
strategy:
fail-fast: false
matrix:
builder:
- 5.5-1:1.17.3-27.2-2
os:
- ubuntu24.04
runs-on: ubuntu-latest
container: ghcr.io/emqx/emqx-builder/${{ matrix.builder }}-${{ matrix.os }}
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
fetch-depth: 0
- name: eunit
run: make eunit
- name: ct
run: make ct