We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdf344 commit 3b95ddcCopy full SHA for 3b95ddc
.github/workflows/ci.yml
@@ -14,11 +14,9 @@ jobs:
14
- name: Checkout source
15
uses: actions/checkout@v3
16
- name: Install rustup
17
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
+ run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain ${{ matrix.rust }}
18
- name: Setup nightly rust
19
run: rustup toolchain install nightly
20
- - name: Setup stable rust
21
- run: rustup toolchain install ${{ matrix.rust }}
22
- name: Run unit tests
23
run: rustc --version && cargo --version && cargo test
24
- name: Run script tests
0 commit comments