Skip to content

Commit

Permalink
🚧 Init kona-client
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Feb 18, 2024
1 parent 1083ff4 commit 159ea51
Show file tree
Hide file tree
Showing 16 changed files with 551 additions and 19 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v4
- uses: taiki-e/install-action@just
- name: Install Rust stable toolchain
uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- uses: taiki-e/install-action@nextest
- name: cargo test
run: cargo nextest run --release --workspace --all --locked
run: just test --locked
cargo-lint:
runs-on: ubuntu-latest
timeout-minutes: 20
Expand Down
256 changes: 255 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 159ea51

Please sign in to comment.