Skip to content

py: update test_gen.py #35

py: update test_gen.py

py: update test_gen.py #35

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master", "test" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install deps
run: sudo apt install -y meson ninja-build libfmt-dev
- name: configure
run: meson setup -Dwerror=true -Db_lto=true build
- name: build
run: ninja -v -C build
- name: Test rwmem command
run: |
python3 -m unittest discover -v tests