Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
ink
Commits
b2d5c855
Unverified
Commit
b2d5c855
authored
Oct 26, 2020
by
Michael Müller
Browse files
Fuzz each crate separately
parent
56f00d44
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b2d5c855
...
...
@@ -314,7 +314,9 @@ fuzz-tests:
-
if
:
$CI_PIPELINE_SOURCE == "schedule"
-
if
:
$CI_COMMIT_REF_NAME == "master"
script
:
-
cargo test --verbose --features ink-fuzz-tests --no-fail-fast --workspace -- fuzz_
-
for crate in ${ALL_CRATES}; do
cargo test --verbose --features ink-fuzz-tests --manifest-path crates/${crate}/Cargo.toml --no-fail-fast -- fuzz_;
done
-
if [ $? -eq 0 ]; then exit 0; fi
-
|
curl -X "POST" "https://api.github.com/repos/paritytech/ink/issues?state=all" \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment