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 fb1329c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cargo build --no-default-features --features "$ETHOX_FEATURES"
cargo test --no-default-features --features "$ETHOX_FEATURES"
env:
- ETHOX_FEATURES: "${{ matrix.ETHOX_FEATURES }}"
ETHOX_FEATURES: "${{ matrix.ETHOX_FEATURES }}"
side_crates_task:
runs-on: ubuntu-latest
Expand All @@ -47,12 +47,13 @@ jobs:
cargo test
uring_task:
container:
image: rust:1.41.0-alpine3.11
allow_failures: true
uring_script:
- cd ethox-io-uring
- cargo test
runs-on: ubuntu-latest
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 fb1329c

Please sign in to comment.