diff options
| author | Afonso Bordado <afonsobordado@az8.co> | 2022-07-30 12:48:46 +0100 |
|---|---|---|
| committer | Afonso Bordado <afonsobordado@az8.co> | 2022-07-30 12:48:46 +0100 |
| commit | c115933fb7be123b6dacc6e95cb87ae44e6d5296 (patch) | |
| tree | 612fb03c1abd11b0b995e977d0ee0c0e63064c73 | |
| parent | 3ce83dc4697ad6698ae45e6cdefa8ae3894c57a3 (diff) | |
| download | rust-c115933fb7be123b6dacc6e95cb87ae44e6d5296.tar.gz rust-c115933fb7be123b6dacc6e95cb87ae44e6d5296.zip | |
Run tests on windows CI
| -rw-r--r-- | .github/workflows/main.yml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a36c570ddc8..1a947d3551c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -159,19 +159,21 @@ jobs: ./y.exe prepare - name: Build - #name: Test + run: ./y.exe build + + - name: Test run: | # Enable backtraces for easier debugging - #export RUST_BACKTRACE=1 + export RUST_BACKTRACE=1 # Reduce amount of benchmark runs as they are slow - #export COMPILE_RUNS=2 - #export RUN_RUNS=2 + export COMPILE_RUNS=2 + export RUN_RUNS=2 # Enable extra checks - #export CG_CLIF_ENABLE_VERIFIER=1 + export CG_CLIF_ENABLE_VERIFIER=1 - ./y.exe build + ./y.exe test - name: Package prebuilt cg_clif # don't use compression as xzip isn't supported by tar on windows and bzip2 hangs |
