Skip to content

Commit 447b5ce

Browse files
committed
Specify profile
1 parent d7e833a commit 447b5ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v2
3838

3939
- name: Compile
40-
run: fpm build
40+
run: fpm build --profile release
4141

42-
- name: Run tests
43-
run: fpm test
42+
- name: Test
43+
run: fpm test --profile release

0 commit comments

Comments
 (0)