Skip to content

Commit

Permalink
test(ci) Remove duplicate actions. (#2918)
Browse files Browse the repository at this point in the history
I was wondering if running `cargo test --target wasm32-unknown-unknown`
_twice_ is necessary. If not, please discard this commit.
  • Loading branch information
Hywan committed May 31, 2022
1 parent be961ac commit 6ec0ce1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -47,7 +47,6 @@ jobs:
node-version: '16'
- uses: ./.github/actions/setup-geckodriver
- run: cargo test --target wasm32-unknown-unknown
- run: cargo test --target wasm32-unknown-unknown
- run: cargo test --target wasm32-unknown-unknown --features serde-serialize
- run: cargo test --target wasm32-unknown-unknown --features enable-interning
- run: cargo test --target wasm32-unknown-unknown -p no-std
Expand Down

0 comments on commit 6ec0ce1

Please sign in to comment.