Skip to content

Commit

Permalink
chore(ci): remove mycelium-util loom tests
Browse files Browse the repository at this point in the history
turns out we don't need those anymore and the CI job now fails about it.
  • Loading branch information
hawkw committed Dec 29, 2024
1 parent ba56bb4 commit 68a8cd2
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,27 +301,6 @@ jobs:
- name: run Miri tests
run: just miri maitake

### mycelium-util ###

# run loom tests
util_loom:
needs: changed_paths
if: needs.changed_paths.outputs.should_skip != 'true' || !fromJSON(needs.changed_paths.outputs.paths_result).util.should_skip
runs-on: ubuntu-latest
name: Loom tests (mycelium-util)
steps:
- name: install rust toolchain
run: rustup show
- uses: actions/checkout@v4
- name: install Just
uses: extractions/setup-just@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: install nextest
uses: taiki-e/install-action@nextest
- name: run loom tests
run: just loom mycelium-util

# dummy job that depends on all required checks
all_systems_go:
needs:
Expand All @@ -337,7 +316,6 @@ jobs:
- maitake_no_default_features
- maitake_loom
- maitake_miri
- util_loom
runs-on: ubuntu-latest
steps:
- run: exit 0

0 comments on commit 68a8cd2

Please sign in to comment.