Skip to content

Commit

Permalink
Merge pull request #51 from cspr-rad/feature/deposit-contract
Browse files Browse the repository at this point in the history
Improved version of Deposit contract
  • Loading branch information
marijanp committed May 17, 2024
2 parents 331241b + a5b73c6 commit cc4fc85
Show file tree
Hide file tree
Showing 30 changed files with 2,321 additions and 221 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
Loading

0 comments on commit cc4fc85

Please sign in to comment.