We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43dbb6b commit 6398e2bCopy full SHA for 6398e2b
.github/workflows/rust.yml
@@ -2,7 +2,7 @@ name: Rust
2
3
on:
4
push:
5
- branches: [main, release/**]
+ branches: [main, release/**, bls-try-fix]
6
pull_request:
7
merge_group:
8
@@ -118,6 +118,7 @@ jobs:
118
cd target/wasm32v1-none/release/ && \
119
for i in *.wasm ; do \
120
ls -l "$i"; \
121
+ shasum "$i"; \
122
done
123
- if: "!matrix.sys.cdylib-cross-compile-workaround"
124
name: Build for native
0 commit comments