Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions .github/workflows/typescript-napi-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
node-version: ${{ matrix.node_version }}
cache: yarn
architecture: ${{ matrix.system.arch }}
- uses: actions-rs/toolchain@v1
- uses: IronCoreLabs/rust-toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust_version }}
Expand All @@ -57,15 +57,6 @@ jobs:
run: yarn run compile
- name: Run tests
run: yarn run test
- name: Check test coverage
if: ${{ contains(matrix.system.os, 'ubuntu') && matrix.node_version == '16'
&& matrix.rust_version == 'stable' && github.base_ref != '' }}
uses: anuraag016/[email protected]
with:
fullCoverageDiff: false
delta: 0.2
afterSwitchCommand: yarn install --ignore-scripts && yarn run compile
accessToken: ${{ secrets.WORKFLOW_PAT }}

test-docker:
runs-on: ${{ matrix.os }}
Expand Down
Loading