Skip to content

Commit

Permalink
Merge pull request #114 from holochain/holochain-0.1-plus-main
Browse files Browse the repository at this point in the history
Merging changes from main into holochain-0.1
  • Loading branch information
robbiecarlton authored Sep 14, 2023
2 parents 104a269 + 6614bef commit 4b63dd9
Show file tree
Hide file tree
Showing 40 changed files with 744 additions and 241 deletions.
2 changes: 1 addition & 1 deletion .github/actions/extend-space/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ runs:
-o lowerdir=${HOME}_lower,upperdir=$EXTENDED_PATH/home/upper,workdir=$EXTENDED_PATH/home/work \
$HOME
sudo chown $(id -u):$(id -g) $HOME
df -h
df -h
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:

- name: Extend space
uses: ./.github/actions/extend-space

- name: Install nix
uses: cachix/install-nix-action@v18
with:
Expand All @@ -30,5 +29,5 @@ jobs:
- name: Install and test
run: |
cd $GITHUB_WORKSPACE
nix develop --command bash -c "cargo install --path . && sh run_test.sh"
nix develop --command bash -c "cargo install --force --locked --path . && sh run_test.sh"
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ yarn-error.log*
*.sln
*.sw?
result*
.cargo
.cargo
Loading

0 comments on commit 4b63dd9

Please sign in to comment.