Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
Signed-off-by: lovesh <[email protected]>
  • Loading branch information
lovesh committed Mar 4, 2024
1 parent b9292ba commit c8af76e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,19 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn test
test_bddt16:
name: Test BDDT16
runs-on: ${{matrix.os}}
env:
TEST_SIGNATURE_SCHEME: 'BDDT16'
strategy:
matrix:
node-version: [ 16.x, 20.x ]
os: [ ubuntu-latest ]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn test

0 comments on commit c8af76e

Please sign in to comment.