Skip to content

Commit 6398e2b

Browse files
add bls-try-fix branch to ci workflow
1 parent 43dbb6b commit 6398e2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Rust
22

33
on:
44
push:
5-
branches: [main, release/**]
5+
branches: [main, release/**, bls-try-fix]
66
pull_request:
77
merge_group:
88

@@ -118,6 +118,7 @@ jobs:
118118
cd target/wasm32v1-none/release/ && \
119119
for i in *.wasm ; do \
120120
ls -l "$i"; \
121+
shasum "$i"; \
121122
done
122123
- if: "!matrix.sys.cdylib-cross-compile-workaround"
123124
name: Build for native

0 commit comments

Comments
 (0)