From 4b5d973379b8ead16fadce0f92b3974dc47d3283 Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Sun, 8 Dec 2024 16:40:27 +0900 Subject: [PATCH] test: add integration-test --- .github/workflows/integration-test.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index fdf609933..d0a1c59ad 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -56,6 +56,15 @@ jobs: - name: eid-metrics(-o) run: cd main && cargo run --release -- eid-metrics -d ../hayabusa-sample-evtx -q -o out.csv -C + - name: expand-list + run: cd main && cargo run --release -- expand-list -q + + - name: extract-base64 + run: cd main && cargo run --release -- extract-base64 -d ../hayabusa-sample-evtx -q + + - name: extract-base64(-o) + run: cd main && cargo run --release -- extract-base64 -d ../hayabusa-sample-evtx -q -o out.csv -C + - name: json-timeline run: cd main && cargo run --release -- json-timeline -d ../hayabusa-sample-evtx -o out.json -q -w -D -n -u