mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
CI tests for building default.nix and flake.nix
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
parent
99e2d92f07
commit
a91a2b138b
1 changed files with 6 additions and 0 deletions
6
.github/workflows/nix_linux_x86_64.yml
vendored
6
.github/workflows/nix_linux_x86_64.yml
vendored
|
@ -18,6 +18,12 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
with:
|
||||
clean: "true"
|
||||
|
||||
- name: test building default.nix
|
||||
run: nix-build
|
||||
|
||||
- name: test building flake
|
||||
run: nix build
|
||||
|
||||
- name: execute tests with --release
|
||||
run: nix develop -c cargo test --locked --release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue