commit | 010b63707e8de239f0eedacccaed3410b2bcdda3 | [log] [tgz] |
---|---|---|
author | Tomás González <tomasagustin.gonzalezorlando@arm.com> | Tue Apr 29 17:13:47 2025 +0100 |
committer | Sandrine Afsa <sandrine.afsa@arm.com> | Tue Jun 10 09:13:23 2025 +0000 |
tree | 1b4096ddb26f34d6a45be90f7b16452d994e44b6 | |
parent | 3923b553ece60884800ed261052c91bdc4b1aa92 [diff] |
next-checks: add cargo test checks Currently, we are not running unit tests on trusted-firmware. * Add a script to run `cargo test`. `cargo test` does not require building fip or any other component and is platform independent, so the test is added to a script instead of using the `groups`/`run-config` framework. Change-Id: I7ffb7bb9f8581f588fb62a96b3d234d576b33f3f Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>