Skip to content

Commit

Permalink
Merge pull request #5245 from cgwalters/run-unit
Browse files Browse the repository at this point in the history
ci: Run Rust unit tests
  • Loading branch information
cgwalters authored Jan 24, 2025
2 parents 01422bc + 63ddf4c commit e529101
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 e529101

Please sign in to comment.