Skip to content

Commit

Permalink
try regular ci
Browse files Browse the repository at this point in the history
  • Loading branch information
leoromanovsky committed Nov 16, 2024
1 parent 3d8258f commit c1d8585
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
submodules: true
- run: npm ci
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose --all-targets
- run: cargo test --verbose
- run: rustup target add wasm32-wasi
- run: cargo build --verbose --all-targets --workspace --exclude fastly-edge-assignments
- run: cargo build --verbose -p fastly-edge-assignments --target wasm32-wasi
- run: cargo test --verbose --workspace --exclude fastly-edge-assignments
- run: cargo doc --verbose

0 comments on commit c1d8585

Please sign in to comment.