.gitea/workflows: don't run with all features
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Build
|
||||
run: cargo build --all-features --verbose --release
|
||||
run: cargo build --verbose --release
|
||||
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
run: cargo fmt -- --check
|
||||
|
||||
- name: Check clippy
|
||||
run: cargo clippy --all-features -- --deny warnings
|
||||
run: cargo clippy -- --deny warnings
|
||||
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
cargo nextest run --all-features --release --no-fail-fast
|
||||
cargo nextest run --release --no-fail-fast
|
||||
env:
|
||||
RUST_LOG: "trace"
|
||||
RUSTFLAGS: "-Cinstrument-coverage"
|
||||
@@ -98,7 +98,7 @@ jobs:
|
||||
override: true
|
||||
|
||||
- name: Build docs
|
||||
run: cargo doc --all-features --document-private-items --release
|
||||
run: cargo doc --document-private-items --release
|
||||
|
||||
- name: Transfer files
|
||||
uses: https://git.pvv.ntnu.no/Projects/rsync-action@v1
|
||||
@@ -109,4 +109,3 @@ jobs:
|
||||
ssh-key: ${{ secrets.WEB_SYNC_SSH_KEY }}
|
||||
host: pages.pvv.ntnu.no
|
||||
known-hosts: "pages.pvv.ntnu.no ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH2QjfFB+city1SYqltkVqWACfo1j37k+oQQfj13mtgg"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user