Skip to content

Commit

Permalink
chore: don't build dcore (#711)
Browse files Browse the repository at this point in the history
Cuts ~7mins from mac/windows tests
  • Loading branch information
mmastrac authored Apr 22, 2024
1 parent 9031212 commit ae3dc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
- name: Cargo test
shell: bash
run: |-
cargo test --workspace --release --all-features --bins --tests --examples --exclude deno_ops_compile_test_runner
cargo test --workspace --release --all-features --tests --examples --exclude deno_ops_compile_test_runner
cargo test --doc
- name: Run examples
Expand Down

0 comments on commit ae3dc3f

Please sign in to comment.