Skip to content

Commit

Permalink
fix: remove the test step while building artifacts. It's already cove…
Browse files Browse the repository at this point in the history
…red in other jobs
  • Loading branch information
Angelmmiguel committed May 31, 2023
1 parent 9f9552d commit b63e769
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ on:
- "v[0-9]+.[0-9]+.[0-9]+"

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test
run: cargo test --workspace --exclude wasm-workers-quick-js-engine
build:
strategy:
matrix:
Expand Down

0 comments on commit b63e769

Please sign in to comment.