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 f79e2bb commit 4be1ea6Copy full SHA for 4be1ea6
.github/workflows/ci-near-contract.yml
@@ -16,7 +16,8 @@ env:
16
CARGO_TERM_COLOR: always
17
18
jobs:
19
- build:
+ test:
20
+ name: Workspace test
21
runs-on: ubuntu-latest
22
defaults:
23
run:
@@ -25,3 +26,13 @@ jobs:
25
26
- uses: actions/checkout@v2
27
- name: Test
28
run: ./workspace-test.sh
29
+ reproducible-build:
30
+ name: Reproducible build
31
+ runs-on: ubuntu-latest
32
+ defaults:
33
+ run:
34
+ working-directory: target_chains/near/receiver
35
+ steps:
36
+ - uses: actions/checkout@v2
37
+ - run: cargo +stable install --locked cargo-near@0.13.3
38
+ - run: cargo near build reproducible-wasm
0 commit comments