Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cylewitruk committed Jan 17, 2025
1 parent 08987f1 commit b77c1b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
File renamed without changes.
14 changes: 2 additions & 12 deletions .github/workflows/rust-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,21 +74,16 @@ jobs:
overwrite: true

tests-parallel:
name: Run Tests (Parallel)
name: Run Tests - Rust (Parallel)
runs-on: ubuntu-20.04
needs: prepare-tests
steps:
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
cache: false
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: taiki-e/install-action@v2
with:
tool: [email protected]
- name: Install Package Dependencies
run: make install
- name: Download Nextest Archives
uses: actions/download-artifact@v4
with:
Expand All @@ -98,21 +93,16 @@ jobs:
run: cargo nextest run --archive-file nextest-archive.tar.zst --retries 2

tests-serial:
name: Run Tests (Serial)
name: Run Tests - Rust (Serial)
runs-on: ubuntu-20.04
needs: prepare-tests
steps:
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
cache: false
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: taiki-e/install-action@v2
with:
tool: [email protected]
- name: Install Package Dependencies
run: make install
- name: Download Nextest Archives
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit b77c1b5

Please sign in to comment.