Skip to content

Commit 95c055a

Browse files
authored
Update osmosis tests, using code id to predict addresses (#528)
1 parent 48444b7 commit 95c055a

File tree

194 files changed

+1844
-1882
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

194 files changed

+1844
-1882
lines changed

.github/workflows/release-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
docker run --rm -v "$(pwd)":/code \
2828
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
2929
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
30-
cosmwasm/optimizer:0.16.0
30+
cosmwasm/optimizer:0.16.1
3131
tar -zcvf cosmwasm-artifacts.tar.gz artifacts
3232
- name: Create Release
3333
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)