Skip to content

Commit

Permalink
modify ci to dev all the packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai-Hsin Wu authored and Kai-Hsin Wu committed Aug 21, 2023
1 parent efb7179 commit f3dd4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
${{ runner.os }}-test-
${{ runner.os }}-
- name: "develop lib packages"
run: .ci/run dev ${{ matrix.package }}
run: .ci/run dev
- name: "run tests"
run: .ci/run test ${{ matrix.package }} --coverage
- uses: codecov/codecov-action@v1
Expand Down

0 comments on commit f3dd4ad

Please sign in to comment.