Skip to content

Commit 40665a6

Browse files
committed
Add dev shell within the javascript ffi bindings test
1 parent 1eb70b3 commit 40665a6

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/javascript.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,15 @@ jobs:
2929
- name: Checkout
3030
uses: actions/checkout@v4
3131

32-
- name: Install Rust 1.85.0
33-
uses: dtolnay/rust-toolchain@1.85.0
34-
3532
- name: "Use cache"
3633
uses: Swatinem/rust-cache@v2
3734

35+
- name: "Install nix"
36+
uses: DeterminateSystems/determinate-nix-action@main
37+
38+
- name: "Use nix cache"
39+
uses: DeterminateSystems/magic-nix-cache-action@main
40+
3841
- name: Install Node
3942
uses: actions/setup-node@v6
4043

@@ -47,4 +50,4 @@ jobs:
4750
run: cargo install --locked wasm-bindgen-cli --version 0.2.108
4851

4952
- name: "Build and test"
50-
run: bash ./contrib/test.sh
53+
run: nix develop .#msrv -c ./contrib/test.sh

0 commit comments

Comments
 (0)