Skip to content

Commit

Permalink
chore: Address review nits
Browse files Browse the repository at this point in the history
  • Loading branch information
CPerezz committed Jan 5, 2024
1 parent 9189a10 commit 3f58eff
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,13 @@ concurrency:
jobs:
compat:
if: github.event.pull_request.draft == false
name: Test
name: Wasm-compatibility
runs-on: ubuntu-latest
strategy:
matrix:
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 @@ -55,7 +51,7 @@ jobs:
run: rustup target add "${{ matrix.target }}"
# We run WASM build (for tests) which compiles the lib allowig us to have
# `getrandom` as a dev-dependency.
- name: Build (WASM compat)
- name: Build
run: cargo build --tests --release --features "bn256-table derive_serde prefetch" --target "${{ matrix.target }}"
test:
if: github.event.pull_request.draft == false
Expand Down

0 comments on commit 3f58eff

Please sign in to comment.