File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 46
46
node-version : ${{ matrix.node_version }}
47
47
cache : yarn
48
48
architecture : ${{ matrix.system.arch }}
49
- - uses : actions-rs/ toolchain@v1
49
+ - uses : IronCoreLabs/rust- toolchain@v1
50
50
with :
51
51
profile : minimal
52
52
toolchain : ${{ matrix.rust_version }}
57
57
run : yarn run compile
58
58
- name : Run tests
59
59
run : yarn run test
60
- - name : Check test coverage
61
- if : ${{ contains(matrix.system.os, 'ubuntu') && matrix.node_version == '16'
62
- && matrix.rust_version == 'stable' && github.base_ref != '' }}
63
- uses :
anuraag016/[email protected]
64
- with :
65
- fullCoverageDiff : false
66
- delta : 0.2
67
- afterSwitchCommand : yarn install --ignore-scripts && yarn run compile
68
- accessToken : ${{ secrets.WORKFLOW_PAT }}
69
60
70
61
test-docker :
71
62
runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments