Skip to content

Commit

Permalink
Restructure CI a little
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Dec 13, 2024
1 parent c04d24d commit 17e16b7
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,23 @@ jobs:
# Uncomment to SSH into the runner.
# - name: Setup upterm session
# uses: lhotari/action-upterm@v1
- name: Run tests
- name: Format check
run: make format-check

- name: Run unit tests
run: make unit-test

- name: Run LF integration tests
run: |
source env.bash
make format-check
make unit-test
make lf-test
make examples
make coverage
make lf-tests
- name: Build examples
run: make examples

- name: Coverage
run: make coverage

- name: Publish coverage results
uses: romeovs/lcov-reporter-action@2a28ec3e25fb7eae9cb537e9141603486f810d1a
with:
lcov-file: build/coverage.info
Expand Down

0 comments on commit 17e16b7

Please sign in to comment.