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 0c92648 commit 8f758f5Copy full SHA for 8f758f5
.github/workflows/rust.yml
@@ -9,8 +9,6 @@ jobs:
9
- uses: actions/checkout@v2
10
- run: ci/set_rust_version.bash ${{ matrix.channel }} ${{ matrix.target }}
11
shell: bash
12
- - run: ci/build.bash cargo ${{ matrix.target }}
13
- shell: bash
14
- run: ci/test.bash cargo ${{ matrix.target }}
15
16
ci/build.bash
0 commit comments