Skip to content

Commit 6ec0ce1

Browse files
authored
test(ci) Remove duplicate actions. (#2918)
I was wondering if running `cargo test --target wasm32-unknown-unknown` _twice_ is necessary. If not, please discard this commit.
1 parent be961ac commit 6ec0ce1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
node-version: '16'
4848
- uses: ./.github/actions/setup-geckodriver
4949
- run: cargo test --target wasm32-unknown-unknown
50-
- run: cargo test --target wasm32-unknown-unknown
5150
- run: cargo test --target wasm32-unknown-unknown --features serde-serialize
5251
- run: cargo test --target wasm32-unknown-unknown --features enable-interning
5352
- run: cargo test --target wasm32-unknown-unknown -p no-std

0 commit comments

Comments
 (0)