Skip to content

Commit da4aa92

Browse files
committed
Test both oldbe and newbe on CI
1 parent 173ec34 commit da4aa92

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ubuntu-latest, macos-latest]
15+
env:
16+
- BACKEND: ""
17+
- BACKEND: --features newbe
1518

1619
steps:
1720
- uses: actions/checkout@v2
@@ -51,7 +54,7 @@ jobs:
5154
export COMPILE_RUNS=2
5255
export RUN_RUNS=2
5356
54-
./test.sh
57+
./test.sh $BACKEND
5558
5659
- name: Package prebuilt cg_clif
5760
run: tar cvfJ cg_clif.tar.xz build

0 commit comments

Comments
 (0)