aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rwxr-xr-x.github/ci/doc.sh1
-rwxr-xr-x.github/ci/test.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/ci/doc.sh b/.github/ci/doc.sh
index fbed2752a..0bbe7f690 100755
--- a/.github/ci/doc.sh
+++ b/.github/ci/doc.sh
@@ -30,6 +30,7 @@ docserver-builder -i ./embassy-nrf -o webroot/crates/embassy-nrf/git.zup
30docserver-builder -i ./embassy-rp -o webroot/crates/embassy-rp/git.zup 30docserver-builder -i ./embassy-rp -o webroot/crates/embassy-rp/git.zup
31docserver-builder -i ./embassy-sync -o webroot/crates/embassy-sync/git.zup 31docserver-builder -i ./embassy-sync -o webroot/crates/embassy-sync/git.zup
32docserver-builder -i ./embassy-time -o webroot/crates/embassy-time/git.zup 32docserver-builder -i ./embassy-time -o webroot/crates/embassy-time/git.zup
33docserver-builder -i ./embassy-time-driver -o webroot/crates/embassy-time-driver/git.zup
33docserver-builder -i ./embassy-usb -o webroot/crates/embassy-usb/git.zup 34docserver-builder -i ./embassy-usb -o webroot/crates/embassy-usb/git.zup
34docserver-builder -i ./embassy-usb-driver -o webroot/crates/embassy-usb-driver/git.zup 35docserver-builder -i ./embassy-usb-driver -o webroot/crates/embassy-usb-driver/git.zup
35docserver-builder -i ./embassy-usb-logger -o webroot/crates/embassy-usb-logger/git.zup 36docserver-builder -i ./embassy-usb-logger -o webroot/crates/embassy-usb-logger/git.zup
diff --git a/.github/ci/test.sh b/.github/ci/test.sh
index b16b3c20d..b6a5bcd56 100755
--- a/.github/ci/test.sh
+++ b/.github/ci/test.sh
@@ -12,6 +12,7 @@ cargo test --manifest-path ./embassy-sync/Cargo.toml
12cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml 12cargo test --manifest-path ./embassy-embedded-hal/Cargo.toml
13cargo test --manifest-path ./embassy-hal-internal/Cargo.toml 13cargo test --manifest-path ./embassy-hal-internal/Cargo.toml
14cargo test --manifest-path ./embassy-time/Cargo.toml --features generic-queue,mock-driver 14cargo test --manifest-path ./embassy-time/Cargo.toml --features generic-queue,mock-driver
15cargo test --manifest-path ./embassy-time-driver/Cargo.toml
15 16
16cargo test --manifest-path ./embassy-boot/boot/Cargo.toml 17cargo test --manifest-path ./embassy-boot/boot/Cargo.toml
17cargo test --manifest-path ./embassy-boot/boot/Cargo.toml --features ed25519-dalek 18cargo test --manifest-path ./embassy-boot/boot/Cargo.toml --features ed25519-dalek