Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
fail-fast: false
matrix:
test:
- path: framework
vm: ubuntu-latest
regex: TestStorageMutations
- path: framework
vm: ubuntu-latest
regex: TestSmoke
Expand Down Expand Up @@ -78,6 +81,10 @@ jobs:
restore-keys: |
go-modules-${{ matrix.test.path }}-${{ runner.os }}-test
go-modules-${{ matrix.test.path }}-${{ runner.os }}
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de # v1.4.0
with:
version: stable
- uses: extractions/setup-just@dd310ad5a97d8e7b41793f8ef055398d51ad4de6 # v2.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
- [Performance]()
- [Chaos](./framework/chaos/chaos.md)
- [Fork Testing](./framework/fork.md)
- [Fork Testing (Mutating Storage)](./framework/fork_storage.md)
- [Libraries](./libraries.md)
- [Seth](./libs/seth.md)
- [WASP](./libs/wasp/overview.md)
Expand Down
2 changes: 1 addition & 1 deletion devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"[email protected]",
"[email protected]",
"git@latest",
"go@latest",
"go@1.24.0",
"goreleaser@latest",
"postgresql@15",
"python@latest",
Expand Down
Loading
Loading