Skip to content

refactor: impl Display for Felt via BigUint (#146) #2

refactor: impl Display for Felt via BigUint (#146)

refactor: impl Display for Felt via BigUint (#146) #2

Workflow file for this run

on:
push:
branches:
- "main"
pull_request:
name: "Build feature combinations"
jobs:
feature-powerset:
name: "Build ${{ matrix.package }} features"
runs-on: "ubuntu-latest"
strategy:
matrix:
package:
- "starknet-types-core"
steps:
- uses: actions/checkout@v4
- name: Install toolchain
run: rustup show
- name: "Install cargo-hack"
run: |
cargo install --locked cargo-hack
- name: "Build all feature combinations"
run: |
cargo hack build --package ${{ matrix.package }} --feature-powerset