Skip to content

check the buffer length read in constant meta, if it's not equal to t… #176

check the buffer length read in constant meta, if it's not equal to t…

check the buffer length read in constant meta, if it's not equal to t… #176

name: Grule-Rule-Engine
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- uses: actions/checkout@v3
- name: Fetching dependencies
run : go get -v -t -d ./...
- name: Execute test
run : make test-short