diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-01-21 19:33:19 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-01-21 19:34:58 +0100 |
| commit | da4aa92df1cc1ea8b9b5b975f0f3d490f5300cfd (patch) | |
| tree | 7a32daad29845702be9b7c7ebebb8ab5de1130f6 | |
| parent | 173ec34e3db3bbbbe0117e2f831053a183d99a40 (diff) | |
| download | rust-da4aa92df1cc1ea8b9b5b975f0f3d490f5300cfd.tar.gz rust-da4aa92df1cc1ea8b9b5b975f0f3d490f5300cfd.zip | |
Test both oldbe and newbe on CI
| -rw-r--r-- | .github/workflows/main.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e6d3375fb1b..9eeca7c2819 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,6 +12,9 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest] + env: + - BACKEND: "" + - BACKEND: --features newbe steps: - uses: actions/checkout@v2 @@ -51,7 +54,7 @@ jobs: export COMPILE_RUNS=2 export RUN_RUNS=2 - ./test.sh + ./test.sh $BACKEND - name: Package prebuilt cg_clif run: tar cvfJ cg_clif.tar.xz build |
