Skip to content

Commit effe50b

Browse files
authored
Comment out protobuf installation and cargo test
Comment out installation and test commands for debugging.
1 parent 46ea6a9 commit effe50b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ jobs:
4040
RUSTC_WRAPPER: "sccache"
4141
HF_TOKEN: ${{ secrets.HF_HUB_READ_TOKEN }}
4242
run: |
43-
sudo apt-get update && sudo apt-get install protobuf-compiler -y
44-
cargo test --profile=release-debug
43+
sleep 30m
44+
# sudo apt-get update && sudo apt-get install protobuf-compiler -y
45+
# cargo test --profile=release-debug

0 commit comments

Comments
 (0)