We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 823ed39 commit d4327eeCopy full SHA for d4327ee
.github/workflows/cargo_required.yml
@@ -92,10 +92,3 @@ jobs:
92
--skip test_one_producer_multi_stealer_mt_thread \
93
--skip test_one_producer_one_stealer_mt_thread \
94
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
@@ -59,11 +59,6 @@ jobs:
59
with:
60
command: fmt
61
args: -- --check
62
- - name: check code license header (custom)
63
- uses: actions-rs/cargo@v1
64
- with:
65
- command: xtask
66
- args: check_lic
67
68
- name: check clippy errors
69
uses: actions-rs/cargo@v1
0 commit comments