Skip to content

Commit

Permalink
test: add integration-test
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Dec 8, 2024
1 parent 2458d41 commit 4b5d973
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4b5d973

Please sign in to comment.