Install more rust tools on build action
Some checks failed
Rust / build (push) Failing after 36s

This commit is contained in:
Simon Goller 2024-06-29 12:56:38 +00:00
parent 1b9b5c3a5e
commit 6d9b898238

View file

@ -20,11 +20,11 @@ jobs:
run: nix-env -iA nixpkgs.nodejs
- uses: actions/checkout@v4
- name: Install cargo
run: nix-env -iA nixpkgs.cargo
#- name: Formatting
# run: cargo fmt --all -- --check
run: nix-env -iA nixpkgs.rustc nixpkgs.cargo nixpkgs.gcc nixpkgs.rustfmt nixpkgs.clippy
- name: Formatting
run: cargo fmt --all -- --check
- name: Build local version
run: cargo build --verbose
run: nix-build
- name: Build OIDC version
run: cargo build --verbose --no-default-features --features oidc
- name: Run tests