Merge pull request #330 from HigherOrderCO/bug/sc-651/fix-bend-test-in-github-actions

Install HVM in github actions before running tests
This commit is contained in:
Nicolas Abril 2024-05-17 17:04:19 +00:00 committed by GitHub
commit 2db7b9e5c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,6 +33,7 @@ jobs:
~/.cargo/git
target
key: ${{ runner.os }}-test-${{ hashFiles('**/Cargo.lock') }}
- run: cargo install hvm
- run: cargo test -- --test-threads=1
clippy:
runs-on: ubuntu-latest