Skip to content

Commit

Permalink
Update per-lib-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob-Chen222 authored May 30, 2024
1 parent 1b890e9 commit 51858e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/per-lib-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ jobs:
run: |
test_libs.sh compiler
- name: Test substitution-generator
run: |
test_libs.sh substitution-generator
- name: Generate code coverage
run: |
lcov --capture --directory . --output-file main_coverage.info
Expand All @@ -111,7 +115,3 @@ jobs:
name: codecov-umbrella
fail_ci_if_error: false
verbose: true

- name: Test substitution-generator
run: |
test_libs.sh substitution-generator

0 comments on commit 51858e3

Please sign in to comment.