diff options
author | Alex Orlenko <zxteam@protonmail.com> | 2020-07-27 11:34:48 +0100 |
---|---|---|
committer | Alex Orlenko <zxteam@protonmail.com> | 2020-07-27 11:34:48 +0100 |
commit | ad619390e162188b6ac6efaf79290a26ef99ce99 (patch) | |
tree | 2411513cd2c786f10ea24ad2a4395de7f76d6744 /.github | |
parent | 350602ab6e50814fa399799b8b28af325c95b5e6 (diff) | |
download | mlua-ad619390e162188b6ac6efaf79290a26ef99ce99.zip |
Run compile tests on macos (was ubuntu-18.04)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0028404..186cf22 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,8 +65,8 @@ jobs: cargo test --release --features "${{ matrix.lua }} vendored" cargo test --release --features "${{ matrix.lua }} vendored async send" shell: bash - - name: Run compile tests - if: ${{ matrix.os == 'ubuntu-18.04' && matrix.lua == 'lua53' }} + - name: Run compile tests (macos lua53) + if: ${{ matrix.os == 'macos-latest' && matrix.lua == 'lua53' }} run: | cargo test --release --features "${{ matrix.lua }} vendored" -- --ignored cargo test --release --features "${{ matrix.lua }} vendored async send" -- --ignored |