Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CosmWasm/docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bcc904ad0fdfa5913ba9029c325b2842c5e0e58e
Choose a base ref
..
head repository: CosmWasm/docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 42e1c2b8db087304862cee7dbcd9d488f2c46e98
Choose a head ref
Showing with 3 additions and 1 deletion.
  1. +3 −1 .github/workflows/doc-test.yml
4 changes: 3 additions & 1 deletion .github/workflows/doc-test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Automated doc tests

on:
push:
pull_request:
@@ -16,7 +18,7 @@ jobs:
- name: Update crates we care about
working-directory: ./docs-test-gen
run: |
cargo update -p cosmwasm-core
#cargo update -p cosmwasm-core
cargo update -p cosmwasm-crypto
cargo update -p cosmwasm-derive
cargo update -p cosmwasm-schema-derive