Skip to content

Commit 7516ce5

Browse files
committed
Update CI
1 parent d2214d6 commit 7516ce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
run: cargo build --features=malloc_size_of --verbose
4141
- name: Run tests
4242
run: cargo test --verbose
43-
- name: Run tests
44-
run: cargo test --verbose
43+
- name: Run tests (unstable)
44+
run: cargo test --features=unstable --verbose
4545
- name: Run tests (serde)
4646
run: cargo test --features=serde --verbose
4747
- name: Run tests (gecko-ffi)

0 commit comments

Comments
 (0)