diff --git a/.github/workflows/native.yaml b/.github/workflows/native.yaml index a37023fe..303b1930 100644 --- a/.github/workflows/native.yaml +++ b/.github/workflows/native.yaml @@ -12,7 +12,6 @@ on: defaults: run: - working-directory: native shell: bash jobs: @@ -20,6 +19,10 @@ jobs: name: Clippy (${{ matrix.os }}) runs-on: ${{ matrix.os }} + defaults: + run: + working-directory: native + strategy: fail-fast: false matrix: @@ -52,6 +55,10 @@ jobs: name: Rustfmt runs-on: ubuntu-latest + defaults: + run: + working-directory: native + steps: - name: Checkout repository uses: actions/checkout@v3 @@ -76,6 +83,10 @@ jobs: name: Build (${{ matrix.target }}) runs-on: ${{ matrix.os }} + defaults: + run: + working-directory: native + strategy: fail-fast: false matrix: