Skip to content

Commit

Permalink
Merge branch 'kaspanet:master' into wasm32-sdk-release
Browse files Browse the repository at this point in the history
  • Loading branch information
aspect authored Sep 30, 2023
2 parents fda0c87 + 1c2f766 commit 69ea508
Show file tree
Hide file tree
Showing 129 changed files with 3,738 additions and 1,593 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,16 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Run cargo build with devnet-prealloc feature
run: cargo build --features devnet-prealloc --workspace

- name: Run cargo test regular features
run: cargo test --workspace

- name: Run cargo test on kaspa-hashes without asm
run: cargo test -p kaspa-hashes --features=no-asm --benches


# test-release:
# name: Test Suite Release
# runs-on: ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ analyzer-target
.DS_Store
*.code-workspace
/setup
testing/integration/perflogs*
Loading

0 comments on commit 69ea508

Please sign in to comment.