Skip to content

Commit

Permalink
added test files
Browse files Browse the repository at this point in the history
  • Loading branch information
puffyCid committed Dec 21, 2024
1 parent 7d132c4 commit e332df0
Show file tree
Hide file tree
Showing 5 changed files with 1,357 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: cargo clippy

- name: Download test files
run: wget -O ./tests.zip https://github.com/mandiant/macos-UnifiedLogs/releases/download/v1.0.0/tests.zip && unzip tests.zip
run: cd tests && wget -O ./test_data.zip https://github.com/mandiant/macos-UnifiedLogs/releases/download/v1.0.0/test_data.zip && unzip test_data.zip
- name: Build tests
run: cargo test --no-run --release
- name: Run tests
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
Cargo.lock
*.DS_Store
*.logarchive
tests.zip
tests/
test*.zip
tests/test_data
Loading

0 comments on commit e332df0

Please sign in to comment.