b
Some checks are pending
Benchmark / Rust project - latest (push) Waiting to run

This commit is contained in:
LeMoonStar 2024-12-01 09:58:05 +01:00
parent 730993100b
commit 89ca9765d4

View file

@ -1,10 +1,16 @@
on: [push]
name: Benchmark
on:
push:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: docker
container:
image: rustlang/rust:nightly
build_and_test:
name: Rust project - latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: ls -la
- run: cargo build --release
- run: rustup update nightly && rustup default nightly
- run: cargo build --release --verbose