From f2b3c60a7cc7beb49b711719856806a99d4338ab Mon Sep 17 00:00:00 2001 From: Andreas Molzer Date: Mon, 19 Feb 2024 22:36:09 +0100 Subject: [PATCH] Fixup Github workflow file Probably a cumulative commit, to wait on the remote, again, and again, and probably again, again. --- .github/workflows/ci.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44a6fbf..19be7ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,12 +47,14 @@ jobs: cargo test uring_task: - container: + runs-on: ubuntu-latest image: rust:1.41.0-alpine3.11 - allow_failures: true - uring_script: - - cd ethox-io-uring - - cargo test + steps: + - uses: actions/checkout@v4 + - uses: dtolnay/rust-toolchain@nightly + - run: | + cd ethox-io-uring + cargo test nightly_task: runs-on: ubuntu-latest