Skip to content

Commit

Permalink
ci: Run Rust unit tests
Browse files Browse the repository at this point in the history
This dropped out in
https://github.com/coreos/rpm-ostree/pull/5153/files
and we missed that that run was also doing unit tests.

Signed-off-by: Colin Walters <[email protected]>
  • Loading branch information
cgwalters committed Jan 23, 2025
1 parent a61d2e5 commit 2644215
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
run: ./ci/codestyle.sh
- name: Build
run: ./ci/build.sh && make install DESTDIR=$(pwd)/install && tar -C install -czf install.tar .
- name: Unit tests
run: cargo test
- name: Upload binary
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -259,6 +261,8 @@ jobs:
run: ./ci/installdeps.sh
- name: Build
run: ./ci/build.sh && make install DESTDIR=$(pwd)/install && tar -C install -czf install.tar .
- name: Unit tests
run: cargo test
- name: Upload binary
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2644215

Please sign in to comment.