From e3a4ef53a75bc10129010cf18fb7ce68a6acbf2a Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 8 Sep 2025 22:01:30 -0400 Subject: Add iter(), more tests --- pre-commit.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'pre-commit.sh') diff --git a/pre-commit.sh b/pre-commit.sh index 603bc0f..82f7404 100755 --- a/pre-commit.sh +++ b/pre-commit.sh @@ -4,4 +4,5 @@ cargo check || exit 1 cargo clippy -- -D warnings || exit 1 # Check that there are no errors with no_std cargo check --target=wasm32-unknown-unknown --no-default-features || exit 1 +cargo test || exit 1 git add -u || exit 1 -- cgit v1.2.3