mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-12-23 18:54:08 +01:00
feat: with only build
This commit is contained in:
parent
d78fdeea9c
commit
07005ba232
8
.github/workflows/ci-multiplatform.yml
vendored
8
.github/workflows/ci-multiplatform.yml
vendored
@ -102,14 +102,14 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "cargo command is: ${{ env.CARGO }}"
|
echo "cargo command is: ${{ env.CARGO }}"
|
||||||
echo "target flag is: ${{ env.TARGET_FLAGS }}"
|
echo "target flag is: ${{ env.TARGET_FLAGS }}"
|
||||||
- name: Build ripgrep and all crates
|
- name: Build
|
||||||
run: ${{ env.CARGO }} build --verbose --workspace ${{ env.TARGET_FLAGS }}
|
run: ${{ env.CARGO }} build --verbose --workspace ${{ env.TARGET_FLAGS }}
|
||||||
- name: Run tests (without cross)
|
- name: Run tests (without cross)
|
||||||
if: matrix.target == ''
|
if: matrix.target == ''
|
||||||
run: ${{ env.CARGO }} test --verbose --workspace ${{ env.TARGET_FLAGS }}
|
run: ${{ env.CARGO }} test --verbose --workspace ${{ env.TARGET_FLAGS }}
|
||||||
- name: Run tests (with cross)
|
#- name: Run tests (with cross)
|
||||||
if: matrix.target != ''
|
# if: matrix.target != ''
|
||||||
run: ${{ env.CARGO }} test --verbose --workspace ${{ env.TARGET_FLAGS }}
|
# run: ${{ env.CARGO }} test --verbose --workspace ${{ env.TARGET_FLAGS }}
|
||||||
rustfmt:
|
rustfmt:
|
||||||
name: rustfmt
|
name: rustfmt
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
Loading…
Reference in New Issue
Block a user