Release v1.0.5
Some checks failed
Continuous integration / test (push) Has been cancelled
Continuous integration / install_stable (macOS-latest) (push) Has been cancelled
Continuous integration / install_stable (ubuntu-latest) (push) Has been cancelled
Continuous integration / install_stable (windows-latest) (push) Has been cancelled
Continuous integration / install_nightly (push) Has been cancelled
Continuous integration / install_stable_in_docker (push) Has been cancelled
Continuous integration / install_stable_through_rust_toolchain_file (push) Has been cancelled
Some checks failed
Continuous integration / test (push) Has been cancelled
Continuous integration / install_stable (macOS-latest) (push) Has been cancelled
Continuous integration / install_stable (ubuntu-latest) (push) Has been cancelled
Continuous integration / install_stable (windows-latest) (push) Has been cancelled
Continuous integration / install_nightly (push) Has been cancelled
Continuous integration / install_stable_in_docker (push) Has been cancelled
Continuous integration / install_stable_through_rust_toolchain_file (push) Has been cancelled
This commit is contained in:
22
.github/workflows/ci.yml
vendored
22
.github/workflows/ci.yml
vendored
@@ -17,12 +17,30 @@ jobs:
|
||||
- run: npm run test
|
||||
|
||||
install_stable:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macOS-latest
|
||||
- windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: ./
|
||||
- id: toolchain
|
||||
uses: ./
|
||||
with:
|
||||
toolchain: stable
|
||||
- name: Test toolchain outputs
|
||||
env:
|
||||
RUSTC: ${{ steps.toolchain.outputs.rustc }}
|
||||
RUSTC_HASH: ${{ steps.toolchain.outputs.rustc_hash }}
|
||||
CARGO: ${{ steps.toolchain.outputs.cargo }}
|
||||
RUSTUP: ${{ steps.toolchain.outputs.rustup }}
|
||||
run: |
|
||||
echo $RUSTC
|
||||
echo $RUSTC_HASH
|
||||
echo $CARGO
|
||||
echo $RUSTUP
|
||||
|
||||
install_nightly:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user