Default to Cranelift newBE

This commit is contained in:
bjorn3
2021-01-22 12:28:32 +01:00
parent 2ced8c0eb0
commit ae6daf77ba
4 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
os: [ubuntu-latest, macos-latest]
env:
- BACKEND: ""
- BACKEND: --features newbe
- BACKEND: --oldbe
steps:
- uses: actions/checkout@v2