add rust poseidon example (#392)

add rust poseidon example
This commit is contained in:
ChickenLover
2024-02-23 00:47:40 +07:00
committed by GitHub
parent 402c9dfb53
commit efda4de48f
5 changed files with 118 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ concurrency:
jobs:
test-examples:
runs-on: [self-hosted, Linux, X64, icicle] # ubuntu-latest
runs-on: [self-hosted, Linux, X64, icicle, examples]
steps:
- name: Checkout
uses: actions/checkout@v2