Skip to content

Commit

Permalink
kinda working
Browse files Browse the repository at this point in the history
  • Loading branch information
pmikolajczyk41 committed Mar 29, 2024
1 parent 4591c19 commit e09f335
Show file tree
Hide file tree
Showing 12 changed files with 6,968 additions and 5,514 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,5 @@ jobs:
- name: Install cargo-contract
run: cargo install cargo-contract

- name: Run checks for `shielder/contract`
run: cd shielder/ && make check

- name: Run tests for `shielder/contract`
run: cd shielder/ && make tests
- name: Run checks and tests
run: cd shielder/ && make all
Loading

0 comments on commit e09f335

Please sign in to comment.