enable all NockStack validation checks for CI

This commit is contained in:
Alex Shelkovnykov 2023-10-10 21:55:47 -06:00
parent c32b8654d1
commit 823c95abf8

View File

@ -36,7 +36,7 @@ jobs:
-A clippy::missing_safety_doc
- name: Build
run: cargo build --release --verbose
run: cargo build --release --verbose --features check_all
- name: Run tests
run: cargo test --verbose -- --test-threads=1