Skip to content

Commit 26618a9

Browse files
author
Reinhold Willcox
committed
fixed order of flags in make call
1 parent 694aec9 commit 26618a9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/compas-compile-ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: COMPAS Compile CI
33
on:
44
pull_request:
55
branches: [ dev ]
6-
push: # just for testing
6+
push: # testing
77

88
jobs:
99
compile:
@@ -12,8 +12,5 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414

15-
- name: test
16-
run: ls src/
17-
1815
- name: Build Compas
19-
run: make fast -f -j $(nproc) src/Makefile
16+
run: make -j $(nproc) -f src/Makefile

0 commit comments

Comments
 (0)