Skip to content

Commit

Permalink
chore: fix webrtc version, and flag of features (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanKung authored Feb 24, 2024
1 parent 43dda19 commit 85ea657
Show file tree
Hide file tree
Showing 10 changed files with 148 additions and 961 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qaci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: cargo clippy -p rings-core --features wasm --no-deps --no-default-features --target=wasm32-unknown-unknown --tests -- -D warnings

- name: Run clippy for node browser
run: cargo clippy -p rings-node --features browser --no-deps --no-default-features --target=wasm32-unknown-unknown --tests -- -D warnings
run: cargo clippy -p rings-node --features browser_default --no-deps --no-default-features --target=wasm32-unknown-unknown --tests -- -D warnings

- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Run node browser tests
uses: coactions/setup-xvfb@v1
with:
run: cargo test -p rings-node --release --target=wasm32-unknown-unknown --features browser --no-default-features
run: cargo test -p rings-node --release --target=wasm32-unknown-unknown --features browser_default --no-default-features
working-directory: ./

build:
Expand Down
Loading

0 comments on commit 85ea657

Please sign in to comment.