Skip to content

Commit

Permalink
circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaele-oplabs committed Jan 31, 2025
1 parent 134c3ca commit 4191480
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ executors:
- image: cimg/rust:1.75.0 # CircleCI's Rust Docker image
working_directory: ~/project

commands:
install_rust_toolchain:
steps:
- run:
name: Install Rust nightly
command: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
source "$HOME/.cargo/env"

jobs:
init:
Expand Down Expand Up @@ -46,11 +38,6 @@ jobs:
# keys:
# - rust-cache-v1-{{ checksum "Cargo.lock" }}
# - rust-cache-v1-
- install_rust_toolchain
- checkout
- run:
name: Generate testdata
command: just testdata
- run:
name: Run fuzz tests
command: cargo run --release -- -m 100 -t 4 --diff-count 50000
Expand Down

0 comments on commit 4191480

Please sign in to comment.