Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
105 changes: 0 additions & 105 deletions .github/workflows/benchmark.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,31 +45,6 @@ jobs:
cache-key: warm
- run: cargo check --all-features --locked

- name: Publish Dry-run Check
run: cargo publish --dry-run

# Only need to build the test to create a warm cache on the main branch
- name: Build cache by Cargo Check and Cargo Test
if: ${{ github.ref_name == 'main' }}
run: cargo test --all-features --no-run
env:
RUST_MIN_STACK: 8388608

wasm:
name: Check Wasm
runs-on: ubuntu-latest
steps:
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2

- uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 # v1.16.1
with:
cache-key: wasm
cache-save-if: ${{ github.ref_name == 'main' }}
- name: Check
run: |
rustup target add wasm32-unknown-unknown
cargo check --all-features --target wasm32-unknown-unknown

wasi:
name: Test wasi target
runs-on: ubuntu-latest
Expand Down Expand Up @@ -175,17 +150,6 @@ jobs:
cache-save-if: ${{ github.ref_name == 'main' }}
- run: cargo clippy --all-features -- -D warnings

doc:
name: Doc
runs-on: ubuntu-latest
steps:
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
- uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 # v1.16.1
with:
components: rust-docs
cache-save-if: ${{ github.ref_name == 'main' }}
- run: RUSTDOCFLAGS='-D warnings --cfg docsrs' cargo doc --no-deps --all-features

test:
name: Test
strategy:
Expand All @@ -210,10 +174,6 @@ jobs:
with:
cache-key: warm
cache-save-if: false
- run: cargo test --doc
- run: cargo test --all-features
env:
RUST_MIN_STACK: 8388608
- name: Build Node Bindings
run: npm run build:binding:debug
- name: Test
Expand Down
77 changes: 0 additions & 77 deletions .github/workflows/codecov.yml

This file was deleted.

84 changes: 0 additions & 84 deletions .github/workflows/fuzz.yml

This file was deleted.

63 changes: 0 additions & 63 deletions .github/workflows/release-plz.yml

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
target/
node_modules
fuzz/Cargo.lock
artifacts
Loading
Loading