File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -52,16 +52,6 @@ for crate in ${crates[@]}; do
5252 fi
5353done
5454
55- echo " >>> Testing release configuration with default features ..."
56-
57- cargo test --release
58-
59- for feature in ${features[@]} ; do
60- echo " >>> Testing release configuration with \` ${feature} \` feature ..."
61-
62- cargo test --release --features=${feature}
63- done
64-
6555echo " >>> Updating version strings ..."
6656
6757# we don't want to create a changelog entry for prereleases, which are solely
8878
8979echo " >>> Updating Cargo.lock ..."
9080
91- echo ${crates[@]} | xargs printf ' -p %s' | xargs cargo update
81+ echo ${crates[@]} | xargs printf " -p %s@ ${version} " | xargs cargo update
9282git add Cargo.lock
9383
9484echo " >>> Testing if 'pineappl' can be published ..."
You can’t perform that action at this time.
0 commit comments