Skip to content

Commit d9f35d6

Browse files
committed
feat: Downloading and installing chunks
1 parent 67ef63e commit d9f35d6

File tree

15 files changed

+1116
-76
lines changed

15 files changed

+1116
-76
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
2222
- run: cargo build --verbose
2323
- run: cargo test --verbose
24+
- run: cargo test --verbose --all-features
2425

2526
lint:
2627
name: Lint
@@ -29,4 +30,4 @@ jobs:
2930
- uses: actions/checkout@v4
3031
- run: rustup update stable && rustup default stable
3132
- run: rustup component add clippy
32-
- run: cargo clippy --verbose
33+
- run: cargo clippy --verbose --all-features

ARCHITECTURE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ The manifest contains repository metadata, including:
1010

1111
- **Name**
1212
- **Description**
13-
- **Updates URL** (URL to a SIGNED manifest that should be used as an update)
1413
- **Public Key** (The public key of the **NEXT** manifest)
1514
- **Mirror URLs**
1615
- **Minimum Flint version required**

0 commit comments

Comments
 (0)