Skip to content

CI: adding test_firedancer_testnet.yml #1

CI: adding test_firedancer_testnet.yml

CI: adding test_firedancer_testnet.yml #1

name: Firedancer
on:
workflow_call:
workflow_dispatch:
pull_request:
jobs:
firedancer-tests:
runs-on: private
env:
CC: gcc
EXTRAS: no-solana
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: ./.github/actions/deps
- uses: ./.github/actions/hugepages-selfhosted
with:
count_gigantic: 128
count_huge: 1000 # TODO: this is required until we can handle anonymouse workspaces and loose huge pages in fddev
- name: build
run: |
./contrib/make-j fddev all
- name: test firedancer - local cluster
run: |
sudo prlimit --pid=$$ --nofile=1048576
sudo prlimit --pid=$$ --memlock=unlimited
./contrib/test/test_firedancer_testnet.sh