Skip to content

Commit

Permalink
Merge branch 'feature/deposit-contract' into feature/counter-query
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas089 authored Apr 23, 2024
2 parents 870dc97 + 559634b commit 44a7c6e
Show file tree
Hide file tree
Showing 29 changed files with 2,088 additions and 81 deletions.
13 changes: 12 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: check
on:
pull_request:
branches: [main]
push:
branches: [main]

Expand Down Expand Up @@ -51,6 +50,18 @@ jobs:
with:
path: coverage-result/cobertura.xml
minimum_coverage: 60

- name: kairos-contracts x86_64-linux
if: matrix.os == 'ubuntu-latest'
run: nix build -L --no-link --show-trace .#packages.x86_64-linux.kairos-contracts

- name: kairos-contracts x86_64-darwin
if: matrix.os == 'macos-latest'
run: nix build -L --no-link --show-trace .#packages.x86_64-darwin.kairos-contracts

- name: kairos-contracts aarch64-darwin
if: matrix.os == 'macos-14'
run: nix build -L --no-link --show-trace .#packages.aarch64-darwin.kairos-contracts

- name: kairos x86_64-linux
if: matrix.os == 'ubuntu-latest'
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ result
target
.tmp
.nixos-test-history
.env
Loading

0 comments on commit 44a7c6e

Please sign in to comment.