Skip to content

Commit bfd8e71

Browse files
feat: configurable e2e setup (#87)
All dependencies are now run by the test itself, not by docker compose, as was the case beforehand.
1 parent c70eae2 commit bfd8e71

26 files changed

+1909
-581
lines changed

.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ concurrency:
1414

1515
env:
1616
DASEL_VERSION: https://github.com/TomWright/dasel/releases/download/v1.24.3/dasel_linux_amd64
17-
RUST_VERSION: 1.77
18-
FUEL_CORE_VERSION: 0.26.0
17+
RUST_VERSION: 1.79
18+
FUEL_CORE_VERSION: 0.31.0
1919
IMAGE_NAME: ${{ github.repository }}
2020

2121
jobs:
@@ -59,6 +59,8 @@ jobs:
5959
with:
6060
toolchain: ${{ env.RUST_VERSION }}
6161
components: clippy,rustfmt
62+
- name: Install Foundry
63+
uses: foundry-rs/foundry-toolchain@v1
6264
- name: Run cargo check with all features
6365
run: cargo check --all-features
6466
- name: Run cargo fmt --check

0 commit comments

Comments
 (0)