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 -A clippy::missing_safety_doc
- name: Build - name: Build
run: cargo build --release --verbose run: cargo build --release --verbose --features check_all
- name: Run tests - name: Run tests
run: cargo test --verbose -- --test-threads=1 run: cargo test --verbose -- --test-threads=1