We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b128b7 commit b080eb0Copy full SHA for b080eb0
.github/workflows/RcppDeepState.yaml
@@ -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