Skip to content

Commit

Permalink
fix CI yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
  • Loading branch information
xermicus committed Jun 22, 2023
1 parent 0feb10a commit b7f8819
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,8 @@ jobs:
override: true
run: cargo clippy --workspace --tests
working-directory: ./integration/subxt-tests
- run: "parallel solang compile -v --target substrate --release -o ./contracts/ ::: ../substrate/*.sol ../substrate/test/*.sol"
- name: Compile the contracts
run: "parallel solang compile -v --target substrate --release -o ./contracts/ ::: ../substrate/*.sol ../substrate/test/*.sol"
working-directory: ./integration/subxt-tests
- name: Deploy and test contracts
run: cargo test -- --test-threads=1
Expand Down

0 comments on commit b7f8819

Please sign in to comment.