Skip to content

Commit

Permalink
Removed auto generated 'Cargo.lock' and fixed std::sync test
Browse files Browse the repository at this point in the history
  • Loading branch information
lemois-1337 committed Aug 28, 2024
1 parent 521a4c5 commit 6561076
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 3,521 deletions.
4 changes: 1 addition & 3 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 @@ -193,7 +192,6 @@ jobs:
- 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,7 +289,7 @@ 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
Expand Down
Loading

0 comments on commit 6561076

Please sign in to comment.