Skip to content

Commit 7a6457f

Browse files
RcppDeepState CI Setup
1 parent 912d13f commit 7a6457f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
on:
2+
pull_request:
3+
branches:
4+
- '*'
5+
6+
name: 'RcppDeepState analysis'
7+
jobs:
8+
RcppDeepState:
9+
runs-on: ubuntu-latest
10+
11+
env:
12+
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
13+
14+
steps:
15+
- uses: actions/checkout@v2
16+
17+
- uses: FabrizioSandri/RcppDeepState-action@main
18+
with:
19+
fail_ci_if_error: true
20+
location: /
21+
seed: -1
22+
max_seconds_per_function: 2
23+
max_inputs: 3
24+
comment: true
25+
verbose: true

0 commit comments

Comments
 (0)