Skip to content

feat: improve idempotent-proxy-canister; add examples/eth-canister-lite #13

feat: improve idempotent-proxy-canister; add examples/eth-canister-lite

feat: improve idempotent-proxy-canister; add examples/eth-canister-lite #13

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run clippy
run: cargo clippy --verbose --all-targets --all-features
- name: Run tests
run: cargo test --verbose --workspace -- --nocapture
- name: Run all tests
run: cargo test --verbose --workspace -- --nocapture --include-ignored