Skip to content

Commit

Permalink
ci: add rust build to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jb55 committed Dec 14, 2023
1 parent 9413c9c commit c9cfb70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,14 @@ jobs:
./scripts/build.sh
sudo cp bin/flatcc /usr/bin
- name: flatc version
run: flatc --version

- name: make all
run: make

- name: make check
run: make check

- name: rust
run: cargo test
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ check: test $(CHECKDATA)
clean:
rm -rf test bench bench-ingest bench-ingest-many

benches: bench bench-ingest
benches: bench

distclean: clean
rm -rf deps
Expand Down

0 comments on commit c9cfb70

Please sign in to comment.