Skip to content

Commit

Permalink
Add to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jhugman committed Oct 11, 2024
1 parent 95c3ee7 commit 4b6f661
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
- name: Run tests
run: cargo test --verbose

# Test turbo-module generation
- name: Run turbo-module tests
run: ./scripts/test-turbo-modules.sh

# Integration tests
- name: Install tooling for building C++
run: sudo apt-get install -y cmake ninja-build
Expand Down

0 comments on commit 4b6f661

Please sign in to comment.