tests: complete disassembler tests
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@@ -15,14 +15,17 @@ jobs:
|
||||
auto-optimise-store = true
|
||||
experimental-features = nix-command flakes
|
||||
|
||||
- name: meson build
|
||||
- name: setup
|
||||
run: nix develop -c meson setup $BUILDDIR
|
||||
|
||||
- name: clang-format check
|
||||
- name: fmt
|
||||
run: nix develop -c ninja clang-format-check -C $BUILDDIR
|
||||
|
||||
- name: clang-tidy check
|
||||
- name: lint
|
||||
run: nix develop -c ninja clang-tidy -C $BUILDDIR
|
||||
|
||||
- name: ninja compile
|
||||
- name: tests
|
||||
run: nix develop -c ninja test -C $BUILDDIR
|
||||
|
||||
- name: build
|
||||
run: nix develop -c ninja -C $BUILDDIR
|
||||
|
Reference in New Issue
Block a user