mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
ci: Installing protobuf compiler in CI
This commit is contained in:
parent
d6f5c34478
commit
2cddad3287
@ -42,7 +42,11 @@ script_runner = "@shell"
|
||||
script = [
|
||||
"""
|
||||
echo --- Running coverage tests ---
|
||||
|
||||
# Install Protobuf compiler
|
||||
cargo make install_protobuf_compiler
|
||||
export PATH="$PATH":"$HOME/.pub-cache/bin"
|
||||
|
||||
cd rust-lib/
|
||||
|
||||
CARGO_INCREMENTAL=0 \
|
||||
@ -59,6 +63,11 @@ script_runner = "@shell"
|
||||
script = [
|
||||
"""
|
||||
echo --- Running coverage tests ---
|
||||
|
||||
# Install Protobuf compiler
|
||||
cargo make install_protobuf_compiler
|
||||
export PATH="$PATH":"$HOME/.pub-cache/bin"
|
||||
|
||||
cd ../shared-lib
|
||||
|
||||
CARGO_INCREMENTAL=0 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user