mirror of
https://github.com/aljazceru/notedeck.git
synced 2026-01-23 18:24:19 +01:00
ci: build before test
just because
This commit is contained in:
6
.github/workflows/build-and-test.yml
vendored
6
.github/workflows/build-and-test.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user