Skip to content

Commit

Permalink
chore: Test all features for regular-target builds
Browse files Browse the repository at this point in the history
  • Loading branch information
CPerezz committed Jan 5, 2024
1 parent c5acdaf commit 9189a10
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
target:
- wasm32-unknown-unknown
- wasm32-wasi
include:
- feature: default
- feature: bn256-table
- feature: derive_serde
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -61,6 +65,9 @@ jobs:
matrix:
include:
- feature: default
- feature: bn256-table
- feature: derive_serde
- feature: asm
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 9189a10

Please sign in to comment.