Skip to content

Trying to do better about initializing after allocates #37

Trying to do better about initializing after allocates

Trying to do better about initializing after allocates #37

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