ci: enable all non-webapi tests on stable rustc

This commit is contained in:
oxalica 2024-09-11 13:19:24 -04:00
parent 98b2df2fdf
commit 4acc103afa

View file

@ -56,9 +56,9 @@ jobs:
rustup update --no-self-update ${{ matrix.rust }}
rustup default ${{ matrix.rust }}
- name: Disable integration tests on stable rustc
- name: Disable webapi tests on stable rustc
if: matrix.rust == 'stable'
run: mv ./blahd/tests{,-disabled}
run: rm ./blahd/tests/webapi.rs
- name: Cache Dependencies
uses: Swatinem/rust-cache@v2