Skip to content

Commit

Permalink
Merge pull request #97 from widmogrod/feature/january-2024-5
Browse files Browse the repository at this point in the history
Deterministic rendering and automatic shape registration for types that are dependent on mkunion or serde use cases
  • Loading branch information
widmogrod authored Jan 8, 2024
2 parents ff16437 + 539b5ee commit d63cd30
Show file tree
Hide file tree
Showing 112 changed files with 21,380 additions and 5,192 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
# initiate docker-compose services
- run: |
pip install awscli-local
- run: dev/bootstrap.sh& sleep 10
- run: dev/bootstrap.sh -nologs

# run tests
- run: |
export RUN_EXPERIMENTAL_TEST="false"
set -e
retries=3
until [ $retries -le 0 ]; do
Expand Down
Loading

0 comments on commit d63cd30

Please sign in to comment.