Skip to content

Commit 3f869a3

Browse files
authored
Enable inlining during CI (#36)
1 parent 4ebb1ff commit 3f869a3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
- uses: julia-actions/julia-buildpkg@latest
4343
# - uses: julia-actions/julia-runtest@latest
4444
# with:
45-
# inline: 'no'
46-
- run: julia --color=yes --check-bounds=yes --inline=no --project -e 'using Pkg; Pkg.test(coverage=true)'
45+
# inline: 'yes'
46+
- run: julia --color=yes --check-bounds=yes --inline=yes --project -e 'using Pkg; Pkg.test(coverage=true)'
4747
- uses: julia-actions/julia-processcoverage@v1
4848
- uses: codecov/codecov-action@v1
4949
with:

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OMOPCommonDataModel"
22
uuid = "ba65db9e-6590-4054-ab8a-101ed9124986"
33
authors = ["Dilum Aluthge", "Brown Center for Biomedical Informatics", "JuliaHealth", "contributors"]
4-
version = "0.1.3"
4+
version = "0.1.4"
55

66
[deps]
77
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

0 commit comments

Comments
 (0)