Skip to content

Commit

Permalink
Updated Test bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
andmev committed Sep 26, 2024
1 parent 62d6be7 commit 47798e1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,14 @@ jobs:
run: ls -R .
shell: bash
- name: Test bindings
run: docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-slim yarn test
run: |
docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-slim sh -c "
set -ex
corepack enable
corepack prepare [email protected] --activate
yarn install
yarn test
"
test-linux-x64-musl-binding:
name: Test bindings on x86_64-unknown-linux-musl - node@${{ matrix.node }}
needs:
Expand Down

0 comments on commit 47798e1

Please sign in to comment.