Skip to content

Commit

Permalink
workflows: Add rwmem test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomba committed Sep 28, 2024
1 parent d34b271 commit a0e255a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ jobs:
run: meson setup -Dwerror=true -Db_lto=true build
- name: build
run: ninja -v -C build
- name: Test rwmem command
run: |
python3 -m unittest -v discover tests

0 comments on commit a0e255a

Please sign in to comment.