We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2214d6 commit 7516ce5Copy full SHA for 7516ce5
.github/workflows/rust.yml
@@ -40,8 +40,8 @@ jobs:
40
run: cargo build --features=malloc_size_of --verbose
41
- name: Run tests
42
run: cargo test --verbose
43
- - name: Run tests
44
- run: cargo test --verbose
+ - name: Run tests (unstable)
+ run: cargo test --features=unstable --verbose
45
- name: Run tests (serde)
46
run: cargo test --features=serde --verbose
47
- name: Run tests (gecko-ffi)
0 commit comments