Skip to content

Commit 763da0a

Browse files
committed
Execute make all-via-docker before package or publish
1 parent d262955 commit 763da0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ install-tools:
6565
cargo install --force --version "${MOLC_VERSION}" "${MOLC}"; \
6666
fi
6767

68-
publish:
68+
publish: all-via-docker
6969
git diff --exit-code Cargo.toml
7070
sed -i.bak 's/.*git =/# &/' Cargo.toml
7171
cargo publish --allow-dirty
7272
git checkout Cargo.toml Cargo.lock
7373
rm -f Cargo.toml.bak
7474

75-
package:
75+
package: all-via-docker
7676
git diff --exit-code Cargo.toml
7777
sed -i.bak 's/.*git =/# &/' Cargo.toml
7878
cargo package --allow-dirty

0 commit comments

Comments
 (0)