Skip to content

Commit

Permalink
Merge pull request #8 from lemois-1337/mainnet_karlsenhashv2
Browse files Browse the repository at this point in the history
Removed auto generated 'Cargo.lock' and fixed std::sync test
  • Loading branch information
lemois-1337 authored Aug 28, 2024
2 parents 521a4c5 + 3ea2cfc commit 3a0bb4e
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 3,527 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Tests
on: [push, pull_request]

jobs:

check:
name: Check
runs-on: ubuntu-latest
Expand Down Expand Up @@ -187,13 +186,9 @@ jobs:
- name: Run cargo test no asm
run: cargo test -p karlsen-miner --features=no-asm

- name: Run cargo test no parking_lot
run: cargo test -p karlsen-miner --no-default-features

- name: Run cargo test shuttle
run: cargo test -p karlsen-miner --no-default-features --features=shuttle


test-release:
name: Test Suite Release
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -291,14 +286,11 @@ jobs:
${{ runner.os }}-cargo-target-
- name: Run cargo test regular features
run: cargo test -p karlsen-miner
run: cargo test -p karlsen-miner --release

- name: Run cargo test release no asm
run: cargo test -p karlsen-miner --features=no-asm --release

- name: Run cargo test release no parking_lot
run: cargo test -p karlsen-miner --no-default-features --release

- name: Run cargo test release shuttle
run: cargo test -p karlsen-miner --no-default-features --features=shuttle --release

Expand Down
Loading

0 comments on commit 3a0bb4e

Please sign in to comment.