-
Notifications
You must be signed in to change notification settings - Fork 5
45 lines (41 loc) · 952 Bytes
/
RcppDeepState.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
on:
push:
branches:
- main
- master
- '**valgrind**'
paths:
- '.github/workflows/RcppDeepState.yml'
- 'src/**'
- 'inst/include/**'
- 'memcheck/**'
- 'tests/testthat/**.R'
- 'vignettes/**.Rmd'
pull_request:
branches:
- main
- master
paths:
- '.github/workflows/RcppDeepState.yml'
- 'src/**'
- 'inst/include/**'
- 'memcheck/**'
- 'tests/testthat/**.R'
- 'vignettes/**.Rmd'
name: 'RcppDeepState analysis'
jobs:
RcppDeepState:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- 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'