Skip to content

Commit

Permalink
Use VLSIR from crates.io in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-fritchman committed Dec 20, 2022
1 parent 12466e7 commit 9042bb8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
- name: Install 2to3, protobuf and black
run: pip3 install 2to3 protobuf black

- name: Check out latest Vlsir dependencies
working-directory: layout21protos
run: |
git clone https://github.com/Vlsir/Vlsir.git vlsir
cd vlsir
scripts/build.sh
cd -
# - name: Check out latest Vlsir dependencies
# working-directory: layout21protos
# run: |
# git clone https://github.com/Vlsir/Vlsir.git vlsir
# cd vlsir
# scripts/build.sh
# cd -

- name: Run cargo test
run: cargo test --all --verbose -- --show-output
Expand Down
1 change: 1 addition & 0 deletions scripts/install-dev.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

cd layout21protos
git clone git@github.com:vlsir/vlsir
cd vlsir
scripts/build.sh
Expand Down

0 comments on commit 9042bb8

Please # to comment.