Use glenng's cargo-aoc with bench --quick
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM rust:latest
|
||||
|
||||
# Install cargo-aoc
|
||||
RUN cargo install cargo-aoc
|
||||
# Install cargo-aoc from specific GitHub repository
|
||||
RUN cargo install --git https://github.com/ggriffiniii/cargo-aoc cargo-aoc
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /workspace
|
||||
|
||||
Reference in New Issue
Block a user