Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
toolchain: 1.97.1
components: clippy
- run: cargo clippy --workspace --all-targets --all-features -- -D warnings
- run: cargo clippy --locked --workspace --all-targets --all-features -- -D warnings

test:
name: Test
Expand All @@ -44,7 +44,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.97.1
- run: cargo test --workspace --all-targets --all-features
- run: cargo test --locked --workspace --all-targets --all-features

wasi-python:
name: WASI Python
Expand All @@ -63,4 +63,4 @@ jobs:
- name: Test Python component
env:
MACAW_WASM_COMPONENT: ${{ github.workspace }}/examples/wasm/python/target/http-auth-plugin-python.wasm
run: cargo test --release -p macaw-wasm --test recorder
run: cargo test --locked --release -p macaw-wasm --test recorder
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading