Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
matthunz committed Nov 24, 2023
1 parent 843a116 commit dc70f41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Build core features
run: cargo build --verbose
- name: Build all features
run: cargo build --verbose --features web
run: cargo build --verbose --features full
- name: Run tests
run: cargo test --verbose --features native
run: cargo test --verbose --features full

0 comments on commit dc70f41

Please sign in to comment.