add Rust to CI

This commit is contained in:
damirka 2021-09-23 19:14:38 +03:00
parent 6ffd8a5e49
commit dbf40f9d23
2 changed files with 6 additions and 4 deletions

View File

@ -37,6 +37,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Rust Stable
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Install wasm-pack
run: npm install -g wasm-pack
- name: Run wasm-pack

View File

@ -37,10 +37,6 @@ path = "../asg"
version = "1.5.3"
path = "../ast"
[dependencies.leo-compiler]
version = "1.5.3"
path = "../compiler"
[dependencies.leo-ast-passes]
version = "1.5.3"
path = "../ast-passes"