Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem-Romanenia authored Feb 20, 2024
1 parent 0db6630 commit 6ccc863
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run Doc Tests
run: cargo test --package o2o
- name: Run Integration Tests
run: cargo test --package o2o-tests
- name: Run Impl Tests
Expand Down

0 comments on commit 6ccc863

Please sign in to comment.