Skip to content

Commit

Permalink
Merge pull request #15 from MVPWorkshop/m4-gh-actions
Browse files Browse the repository at this point in the history
gh-actions: update
  • Loading branch information
wertikalk authored May 9, 2024
2 parents 0228646 + c481950 commit 8ce0b56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ jobs:

- name: Run miner test
run: |
sudo echo /usr/lib/aarch64-linux-gnu/libhwloc.so.15 | xargs -I {} sudo ln -s {} /usr/lib/libhwloc.so
sudo ln -s /usr/lib/aarch64-linux-gnu/libOpenCL.so.1 /usr/lib/libOpenCL.so
cd testing
rustup target add wasm32-unknown-unknown
cargo test miner_test

0 comments on commit 8ce0b56

Please sign in to comment.