mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-09 19:21:52 +01:00
feat: without nested action
This commit is contained in:
parent
258d9c2c92
commit
05074d807e
14
.github/workflows/ci-multiplatform.yml
vendored
14
.github/workflows/ci-multiplatform.yml
vendored
@ -120,10 +120,16 @@ jobs:
|
|||||||
- windows-latest
|
- windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: ./.github/actions/setup-rust
|
- name: Install packages (macOS)
|
||||||
- uses: ./.github/actions/cargo-llvm-cov
|
if: matrix.os == 'macos-latest'
|
||||||
with:
|
run: |
|
||||||
name: test-${{matrix.os}}
|
ci/scripts/macos-install-packages
|
||||||
|
- name: Set up QEMU
|
||||||
|
uses: docker/setup-qemu-action@v2
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v2.0.0
|
||||||
|
- name: Install Rust
|
||||||
|
uses: dtolnay/rust-toolchain@master
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: cargo test --locked --all-targets --workspace --all-features
|
run: cargo test --locked --all-targets --workspace --all-features
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
|
Loading…
Reference in New Issue
Block a user