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 != '' }}
|
if: ${{ inputs.additional-setup != '' }}
|
||||||
run: ${{ inputs.additional-setup }}
|
run: ${{ inputs.additional-setup }}
|
||||||
|
|
||||||
- name: Run Tests
|
|
||||||
run: cargo test --release
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --release
|
run: cargo build --release
|
||||||
|
|
||||||
|
- name: Run Tests
|
||||||
|
run: cargo test --release
|
||||||
|
|
||||||
- name: Upload Build Artifacts
|
- name: Upload Build Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user