Skip to content

Commit

Permalink
chore: create artifacts dir on run
Browse files Browse the repository at this point in the history
  • Loading branch information
hulkoba committed Dec 18, 2023
1 parent e43f924 commit 99a506a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -6,4 +6,4 @@ test/typescript/definitions.js
dist/
openpgp.store/
coverage
test/fuzz/reports
test/fuzz/artifacts
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -47,7 +47,7 @@
"prepare": "npm run build",
"test": "mocha --timeout 120000 test/unittests.js",
"test-type-definitions": "node --loader ts-node/esm test/typescript/definitions.ts",
"fuzz": "jazzer test/fuzz/$TARGET -- -artifact_prefix=test/fuzz/reports/",
"fuzz": "mkdir -p test/fuzz/artifacts && jazzer test/fuzz/$TARGET -- -artifact_prefix=test/fuzz/artifacts/, print_final_stats=1",
"benchmark-time": "node test/benchmarks/time.js",
"benchmark-memory-usage": "node test/benchmarks/memory_usage.js",
"start": "http-server",
Expand Down
Empty file removed test/fuzz/reports/.gitkeep
Empty file.

0 comments on commit 99a506a

Please sign in to comment.