Skip to content

Commit 368b422

Browse files
committed
Force config file generation
1 parent ed9db8d commit 368b422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: alr gnatprove -j0 --level=4
3333

3434
# Instrument the project code for coverage analysis.
35-
- run: cd tests && alr gnatcov instrument --level=stmt --dump-trigger=atexit --projects ada_spark_workflow.gpr
35+
- run: cd tests && alr build && alr gnatcov instrument --level=stmt --dump-trigger=atexit --projects ada_spark_workflow.gpr
3636

3737
# Build testsuite with instrumented code.
3838
- run: cd tests && alr build -- --src-subdirs=gnatcov-instr --implicit-with=gnatcov_rts_full

0 commit comments

Comments
 (0)