Skip to content

Commit

Permalink
Merge branch 'master' into ironcev/6317-storage-collision
Browse files Browse the repository at this point in the history
  • Loading branch information
IGI-111 authored Nov 15, 2024
2 parents 89b37bc + 6e31144 commit 02ca4be
Show file tree
Hide file tree
Showing 59 changed files with 2,498 additions and 974 deletions.
36 changes: 36 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,42 @@ env:
NIGHTLY_RUST_VERSION: nightly-2024-10-21

jobs:
verifications-complete:
needs:
- build-sway-lib-core
- build-sway-lib-std
- build-sway-examples
- build-reference-examples
- forc-fmt-check-sway-lib-core
- forc-fmt-check-sway-lib-std
- forc-fmt-check-sway-examples
- forc-fmt-check-panic
- check-sdk-harness-test-suite-compatibility
- build-mdbook
- build-forc-doc-sway-lib-std
- build-forc-test-project
- cargo-build-workspace
- cargo-clippy
- cargo-toml-fmt-check
- cargo-fmt-check
- cargo-run-e2e-test-evm
- cargo-test-lib-std
- forc-run-benchmarks
- forc-unit-tests
- forc-pkg-fuels-deps-check
- cargo-test-sway-lsp
- cargo-test-forc
- cargo-test-workspace
- cargo-unused-deps-check
- pre-publish-check
- cargo-run-e2e-test
- cargo-run-e2e-test-release
- cargo-test-forc-debug
- cargo-test-forc-client
- notify-slack-on-failure
runs-on: ubuntu-latest
steps:
- run: echo "pass"
get-fuel-core-version:
runs-on: buildjet-4vcpu-ubuntu-2204
outputs:
Expand Down
Loading

0 comments on commit 02ca4be

Please sign in to comment.