This commit is contained in:
parent
1b9b5c3a5e
commit
6d9b898238
1 changed files with 4 additions and 4 deletions
8
.github/workflows/rust.yml
vendored
8
.github/workflows/rust.yml
vendored
|
|
@ -20,11 +20,11 @@ jobs:
|
||||||
run: nix-env -iA nixpkgs.nodejs
|
run: nix-env -iA nixpkgs.nodejs
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install cargo
|
- name: Install cargo
|
||||||
run: nix-env -iA nixpkgs.cargo
|
run: nix-env -iA nixpkgs.rustc nixpkgs.cargo nixpkgs.gcc nixpkgs.rustfmt nixpkgs.clippy
|
||||||
#- name: Formatting
|
- name: Formatting
|
||||||
# run: cargo fmt --all -- --check
|
run: cargo fmt --all -- --check
|
||||||
- name: Build local version
|
- name: Build local version
|
||||||
run: cargo build --verbose
|
run: nix-build
|
||||||
- name: Build OIDC version
|
- name: Build OIDC version
|
||||||
run: cargo build --verbose --no-default-features --features oidc
|
run: cargo build --verbose --no-default-features --features oidc
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue