forked from LeMoonStar/AoC24
This commit is contained in:
parent
730993100b
commit
89ca9765d4
1 changed files with 15 additions and 9 deletions
|
@ -1,10 +1,16 @@
|
||||||
on: [push]
|
name: Benchmark
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
|
||||||
|
env:
|
||||||
|
CARGO_TERM_COLOR: always
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build_and_test:
|
||||||
runs-on: docker
|
name: Rust project - latest
|
||||||
container:
|
runs-on: ubuntu-latest
|
||||||
image: rustlang/rust:nightly
|
steps:
|
||||||
steps:
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/checkout@v4
|
- run: rustup update nightly && rustup default nightly
|
||||||
- run: ls -la
|
- run: cargo build --release --verbose
|
||||||
- run: cargo build --release
|
|
Loading…
Add table
Add a link
Reference in a new issue