Skip to content

Commit d50af75

Browse files
committed
Fix
1 parent f73e69b commit d50af75

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Clippy
3939
run: cargo clippy -- -Dwarnings
4040
- name: Tests
41-
run: cargo test -- --format junit --logfile target/report.xml
41+
run: cargo test -- --report-time --format junit --logfile target/report.xml
4242
- name: Publish Test Report
4343
uses: mikepenz/action-junit-report@v5
4444
if: success() || failure() # always run even if the previous step fails

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ description.workspace = true
1010
[[bin]]
1111
name = "wasm-rquickjs"
1212
path = "src/main.rs"
13+
test = false
1314

1415
[dependencies]
1516
"wasm-rquickjs" = { path = "crates/wasm-rquickjs", version = "0.0.0" }

0 commit comments

Comments
 (0)