Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebenelli committed Feb 2, 2024
1 parent bde5978 commit b2d1a7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:
# run: fpm build --profile release

- name: Run tests
run: fpm test --profile debug --flag -coverage
run: |
fpm test --profile debug --flag -coverage
bash ci/ci.sh
# - name: Create coverage report
# run: |
Expand Down

0 comments on commit b2d1a7a

Please sign in to comment.