Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleragreen authored Jul 10, 2024
1 parent 81abaf8 commit c98db07
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,9 @@ jobs:
- uses: actions/checkout@v3
- name: Setup protoc
uses: arduino/[email protected]
- name: Build tulsa
run: cd tulsa && cargo build --verbose
- name: Test tulsa
run: cd tulsa && cargo test --verbose
- name: Build example-app
run: cd example-app && cargo build --verbose
- name: Test example-app with custom libs
run: cd example-app && cargo test --verbose
- name: Build
run: cargo build --verbose
- name: Test
run: cargo test --verbose
- name: Test example-app with third-party libs
run: cd example-app && cargo test --features use_dependencies --verbose
run: cd app && cargo test --features use_dependencies --verbose

0 comments on commit c98db07

Please sign in to comment.