mirror of
https://github.com/HigherOrderCO/Bend.git
synced 2024-11-05 04:51:40 +03:00
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:
commit
2db7b9e5c9
1
.github/workflows/checks.yml
vendored
1
.github/workflows/checks.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user