Skip to content

Fix printing elem_size as symbol_id #80

Fix printing elem_size as symbol_id

Fix printing elem_size as symbol_id #80

Workflow file for this run

name: ci
on:
pull_request:
push:
tags:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Setup Cpp
uses: aminya/setup-cpp@v1
with:
gcc: '11'
- name: Build and test
run: make test -j8
- name: Build and run performance app
run: make bin/performance && bin/performance