Run Rocq tests.
All checks were successful
/ test (pull_request) Successful in 8m7s
/ test (push) Successful in 4m58s

This commit is contained in:
Cesar Strauss 2026-02-14 18:41:37 -03:00
parent 80b92c7dd3
commit 8cff3687f7
Signed by: cesar
SSH key fingerprint: SHA256:sJUl6USz0D6c6sAQyFZab8XNPJnT05pt2ES0Lv/hCg4
5 changed files with 46 additions and 1 deletions

View file

@ -18,6 +18,7 @@ jobs:
save-if: ${{ github.ref == 'refs/heads/master' }}
- run: rustup override set 1.93.0
- run: rustup component add rust-src
- run: make -C rocq-demo
- run: cargo test
- run: cargo build --tests --features=unstable-doc
- run: cargo test --doc --features=unstable-doc