Skip to content

Commit

Permalink
chore: upgrade moleculec to v0.7.2 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Sep 23, 2021
1 parent 2c487c5 commit 5a59b6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
run: cargo clippy
- name: Init submodules
run: git submodule init && git submodule update -r && cd tests-deps/godwoken-scripts && git submodule init && git submodule update -r
- name: Install moleculec v0.6.1
run: CARGO_TARGET_DIR=target/ cargo install moleculec --version 0.6.1
- name: Compile C contracts
run: cd tests-deps/godwoken-scripts/c && make
- uses: actions/cache@v2
Expand All @@ -50,7 +48,5 @@ jobs:
- name: Backup capsule cache
if: steps.fetch-capsule-cache.outputs.cache-hit != 'true'
run: cd tests-deps/godwoken-scripts && tools/backup-capsule-cache.sh
- name: Install moleculec v0.7.2 again
run: CARGO_TARGET_DIR=target/ cargo install moleculec --version 0.7.2
- name: Tests
run: cargo test --all-targets
2 changes: 1 addition & 1 deletion tests-deps/godwoken-scripts

0 comments on commit 5a59b6d

Please sign in to comment.