Skip to content

Array has_logft in xnet_ffn was not allocated in some cases. #20

Array has_logft in xnet_ffn was not allocated in some cases.

Array has_logft in xnet_ffn was not allocated in some cases. #20

Workflow file for this run

name: Makefile tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout XNet
uses: actions/checkout@v3
- name: Setup environment
run: |
echo "XNET_DIR=${GITHUB_WORKSPACE}" >> ${GITHUB_ENV}
- name: Build
run: |
cd ${XNET_DIR}/source
make CMODE=DEBUG test_simple
make CMODE=DEBUG test_setup
make CMODE=DEBUG test_nse