Skip to content

Commit

Permalink
Fixup Github workflow file
Browse files Browse the repository at this point in the history
Probably a cumulative commit, to wait on the remote, again, and again,
and probably again, again.
  • Loading branch information
HeroicKatora committed Feb 19, 2024
1 parent 638aa34 commit f2b3c60
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2b3c60

Please sign in to comment.