There was an error while loading. Please reload this page.
1 parent 76da827 commit bfee019Copy full SHA for bfee019
1 file changed
.github/workflows/main.yml
@@ -34,13 +34,7 @@ jobs:
34
- uses: actions/checkout@master
35
- name: Install Rust (rustup)
36
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
37
- if: matrix.os != 'macos-latest'
38
shell: bash
39
- - name: Install Rust (macos)
40
- run: |
41
- curl https://sh.rustup.rs | sh -s -- -y
42
- echo "##[add-path]$HOME/.cargo/bin"
43
- if: matrix.os == 'macos-latest'
44
- run: cargo test
45
46
rustfmt:
0 commit comments