Skip to content

Commit d4327ee

Browse files
committed
bazel: remove xtask runs
- Remove license headers check - should be done by Bazel checks. - Remove loom run.
1 parent 823ed39 commit d4327ee

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/cargo_required.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,3 @@ jobs:
9292
--skip test_one_producer_multi_stealer_mt_thread \
9393
--skip test_one_producer_one_stealer_mt_thread \
9494
2>&1 | tee miri_report.txt
95-
96-
# ---------- LOOM ----------
97-
- name: Run Atomic tests with LOOM
98-
if: github.event.pull_request.draft == false
99-
run: |
100-
set -o pipefail
101-
cargo xtask build:loom

.github/workflows/lint_fmt_clippy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ jobs:
5959
with:
6060
command: fmt
6161
args: -- --check
62-
- name: check code license header (custom)
63-
uses: actions-rs/cargo@v1
64-
with:
65-
command: xtask
66-
args: check_lic
6762

6863
- name: check clippy errors
6964
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)