Skip to content

Commit

Permalink
Adding insecuretest to commonly run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eoftedal committed Jan 28, 2024
1 parent bbc6543 commit bc260ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"check": "npm run lint && npm run typecheck",
"dev": "tsc --watch",
"integrationTest": "cd tests/integration/ && ./test.sh",
"registryTest": "cd tests/localtest/ && ./test.sh",
"registryTest": "cd tests/localtest/ && ./test.sh && ./test-insecure.sh",
"allTests": "npm run integrationTest && npm run registryTest"
},
"bin": {
Expand Down
Empty file modified tests/localtest/test-insecure.sh
100644 → 100755
Empty file.

0 comments on commit bc260ae

Please sign in to comment.