Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
chore!: Remove BlackBoxFunctionSolver implementation (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Aug 30, 2023
1 parent 3338cdf commit a8fa9d6
Show file tree
Hide file tree
Showing 16 changed files with 116 additions and 1,071 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@ jobs:
uses: actions/checkout@v2

- name: Set up Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@1.66.0
with:
profile: minimal
toolchain: 1.67.0
override: true
target: x86_64-unknown-linux-gnu

- name: Run tests
Expand All @@ -36,11 +33,8 @@ jobs:
uses: actions/checkout@v2

- name: Set up Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@1.66.0
with:
profile: minimal
toolchain: 1.67.0
override: true
target: ${{ matrix.target }}

- name: Run tests
Expand Down
Loading

0 comments on commit a8fa9d6

Please sign in to comment.