Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[ci] Add check shell.nix
  • Loading branch information
alvicsam committed Apr 27, 2022
commit eaf70536b0bd4fcf2ee79dace8ceb85e68a8bd4c
11 changes: 11 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,17 @@ test-wasmer-sandbox:
- time cargo test --release --features runtime-benchmarks,wasmer-sandbox,disable-ui-tests
- sccache -s

cargo-check-nixos:
stage: test
<<: *docker-env
<<: *test-refs
variables:
CI_IMAGE: "nixos/nix"
script:
- nix-channel --update
- nix-shell shell-nix
- nix-shell --run "cargo check --workspace --all-targets --all-features"

cargo-check-macos:
stage: test
# shell runner on mac ignores the image set in *docker-env
Expand Down