Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLYang committed Jan 8, 2024
1 parent d57a008 commit ac23f79
Showing 1 changed file with 12 additions and 25 deletions.
37 changes: 12 additions & 25 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -448,14 +448,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Rust
uses: ./.github/actions/setup-rust
- name: Setup Turborepo Environment
uses: ./.github/actions/setup-turborepo-environment
with:
components: clippy
targets: wasm32-unknown-unknown

- name: Setup capnproto
uses: ./.github/actions/setup-capnproto
windows: ${{ matrix.os.name == 'windows' }}
github-token: "${{ secrets.GITHUB_TOKEN }}"

- name: Run cargo check
run: |
Expand All @@ -473,14 +470,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Rust
uses: ./.github/actions/setup-rust
- name: Setup Turborepo Environment
uses: ./.github/actions/setup-turborepo-environment
with:
components: clippy
targets: wasm32-unknown-unknown

- name: Setup capnproto
uses: ./.github/actions/setup-capnproto
windows: ${{ matrix.os.name == 'windows' }}
github-token: "${{ secrets.GITHUB_TOKEN }}"

- name: Run cargo clippy
run: |
Expand Down Expand Up @@ -648,18 +642,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Rust
uses: ./.github/actions/setup-rust
with:
save-cache: true

- name: Setup capnproto
uses: ./.github/actions/setup-capnproto

- name: Setup Protoc
uses: arduino/setup-protoc@v1
- name: Setup Turborepo Environment
uses: ./.github/actions/setup-turborepo-environment
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
windows: ${{ matrix.os.name == 'windows' }}
github-token: "${{ secrets.GITHUB_TOKEN }}"

- name: Run tests
timeout-minutes: 120
Expand Down

0 comments on commit ac23f79

Please sign in to comment.