We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e34c5 commit eff129cCopy full SHA for eff129c
.github/workflows/tests.yml
@@ -223,22 +223,6 @@ jobs:
223
cargo test
224
RUSTFLAGS="--cfg getrandom_test_netbsd_fallback -D warnings" cargo test
225
226
- # This job currently fails:
227
- # https://github.com/rust-random/getrandom/actions/runs/11405005618/job/31735653874?pr=528
228
- # dragonflybsd:
229
- # name: DragonflyBSD VM
230
- # runs-on: ubuntu-24.04
231
- # steps:
232
- # - uses: actions/checkout@v4
233
- # - name: Test in DragonflyBSD
234
- # uses: vmactions/dragonflybsd-vm@v1
235
- # with:
236
- # envs: 'RUSTFLAGS'
237
- # usesh: true
238
- # prepare: |
239
- # pkg install -y rust
240
- # run: cargo test
241
-
242
web:
243
name: ${{ matrix.rust.description }}
244
runs-on: ubuntu-24.04
0 commit comments