We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ea6a9 commit effe50bCopy full SHA for effe50b
.github/workflows/test.yaml
@@ -40,5 +40,6 @@ jobs:
40
RUSTC_WRAPPER: "sccache"
41
HF_TOKEN: ${{ secrets.HF_HUB_READ_TOKEN }}
42
run: |
43
- sudo apt-get update && sudo apt-get install protobuf-compiler -y
44
- cargo test --profile=release-debug
+ sleep 30m
+ # sudo apt-get update && sudo apt-get install protobuf-compiler -y
45
+ # cargo test --profile=release-debug
0 commit comments