Skip to content

Commit

Permalink
Test Chacha
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev committed Jul 4, 2024
0 parents commit cf74930
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/chacha.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Chacha

on:
push:

jobs:
chacha:
name: "Test Chacha"
runs-on: "ghcr.io/cirruslabs/macos-runner:sonoma"
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- name: printenv
run: printenv
- run: dd if=/dev/urandom of=test.bin bs=65536 count=1600
- uses: edigaryev/cache@chacha
with:
path: test.bin
key: test

0 comments on commit cf74930

Please sign in to comment.