mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-05-01 00:31:09 +00:00
ci: enable all non-webapi tests on stable rustc
This commit is contained in:
parent
98b2df2fdf
commit
4acc103afa
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -56,9 +56,9 @@ jobs:
|
||||||
rustup update --no-self-update ${{ matrix.rust }}
|
rustup update --no-self-update ${{ matrix.rust }}
|
||||||
rustup default ${{ matrix.rust }}
|
rustup default ${{ matrix.rust }}
|
||||||
|
|
||||||
- name: Disable integration tests on stable rustc
|
- name: Disable webapi tests on stable rustc
|
||||||
if: matrix.rust == 'stable'
|
if: matrix.rust == 'stable'
|
||||||
run: mv ./blahd/tests{,-disabled}
|
run: rm ./blahd/tests/webapi.rs
|
||||||
|
|
||||||
- name: Cache Dependencies
|
- name: Cache Dependencies
|
||||||
uses: Swatinem/rust-cache@v2
|
uses: Swatinem/rust-cache@v2
|
||||||
|
|
Loading…
Add table
Reference in a new issue