Split up tests in CI to avoid node storage limits

This commit is contained in:
Luke Parker
2023-07-14 13:02:58 -04:00
parent 62504b2622
commit f0ce6e6388
4 changed files with 157 additions and 44 deletions

View File

@@ -1,9 +1,9 @@
[package]
name = "serai-no-std"
name = "serai-no-std-tests"
version = "0.1.0"
description = "A crate to test no-std builds of Serai crates work"
license = "MIT"
repository = "https://github.com/kayabaNerve/serai/tree/develop/common/std-shims"
repository = "https://github.com/kayabaNerve/serai/tree/develop/tests/no-std"
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
keywords = ["nostd", "no_std", "alloc", "io"]
edition = "2021"