forked from LeMoonStar/AoC24
test
This commit is contained in:
parent
49c441a277
commit
5dcc54c739
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/benchmark.yaml
Normal file
8
.forgejo/workflows/benchmark.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: rustlang/rust:nightly
|
||||
steps:
|
||||
- run ls -la
|
Loading…
Add table
Add a link
Reference in a new issue