Skip to content

Commit

Permalink
Fix proto tests
Browse files Browse the repository at this point in the history
  • Loading branch information
1BADragon committed Apr 22, 2024
1 parent ba312b7 commit 330cecf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:

- name: Run tests
run: make run-all-tests
env:
RSCEL_TEST_PROTO: 1

deploy:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ wasm-example-release:
all: wasm-binding python-binding build

run-tests:
cargo test -q $(CARGO_ARGS)
RSCEL_TEST_PROTO=1 cargo test -q $(CARGO_ARGS)

run-no-feature-tests:
cargo test -q --no-default-features $(CARGO_ARGS)
Expand Down

0 comments on commit 330cecf

Please sign in to comment.