notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit 24db85f1d0391c4f7dc21bbf4dc334b7a51d01ed
parent 69eaccdd8f0d5b044e7dc2e2cb6e7c750ae8f300
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 28 Nov 2024 16:56:31 -0800

ci: build before test

just because

Diffstat:
M.github/workflows/build-and-test.yml | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml @@ -33,12 +33,12 @@ jobs: if: ${{ inputs.additional-setup != '' }} run: ${{ inputs.additional-setup }} - - name: Run Tests - run: cargo test --release - - name: Build run: cargo build --release + - name: Run Tests + run: cargo test --release + - name: Upload Build Artifacts uses: actions/upload-artifact@v4 with: