Skip to content

Commit 794c953

Browse files
author
Ariel Ben-Yehuda
committed
add test for native c
1 parent 830de33 commit 794c953

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
1515
- run: cargo build --all
1616
- run: cargo test --all
17+
- run: cd crates/native-c && cargo test --all
1718
- run: cargo build --features std
1819

1920
fuzz_targets:

0 commit comments

Comments
 (0)