Skip to content

Commit

Permalink
Run tests in Nix develop
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Sep 11, 2024
1 parent 08aa5c1 commit b603157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wasm-calc-haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

- name: Build and diff allocator
run: make build-malloc version=${{ matrix.version }}
run: nix develop --command make build-malloc version=${{ matrix.version }}

0 comments on commit b603157

Please sign in to comment.