Skip to content

Commit

Permalink
RcppDeepState CI Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioSandri committed Nov 28, 2022
1 parent 4a3429d commit 9a4a28a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/RcppDeepState.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
on:
pull_request:
branches:
- '*'

name: 'RcppDeepState analysis'
jobs:
RcppDeepState:
runs-on: ubuntu-latest

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v2

- uses: FabrizioSandri/RcppDeepState-action@main
with:
fail_ci_if_error: true
location: /
seed: -1
max_seconds_per_function: 2
max_inputs: 3
comment: true
verbose: true

0 comments on commit 9a4a28a

Please sign in to comment.