Skip to content

Commit edf8b66

Browse files
committed
ci: check: also run cargo test
We now have our first set of tests thanks to the MAC address generation. Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
1 parent 973fca6 commit edf8b66

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/check.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,11 @@ jobs:
2929
- uses: actions/checkout@v6
3030
- run: rustup toolchain install stable
3131
- run: rustup run stable cargo clippy --all
32+
33+
test:
34+
name: cargo test
35+
runs-on: ubuntu-latest
36+
steps:
37+
- uses: actions/checkout@v6
38+
- run: rustup toolchain install stable
39+
- run: rustup run stable cargo test

0 commit comments

Comments
 (0)