Skip to content

Commit

Permalink
Merge pull request #124 from Hydrogen-Labs/cleaning-code
Browse files Browse the repository at this point in the history
Untracking file, Forc.lock
  • Loading branch information
diyahir authored Sep 6, 2024
2 parents 6365ddc + 3c70a87 commit 3e341f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 182 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Run Cargo.toml linter
run: git ls-files | grep Cargo.toml$ | xargs --verbose -n 1 cargo-toml-lint

build:
build-and-test:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -73,6 +73,7 @@ jobs:
run: |
forc build --terse
# Forc test builds anyways, so we don't need to build here
# TODO: For some reason, the forc tests stalls when compiling the oracle contracts
# - name: Test Sway
# run: |
# forc test --terse
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ target
.DS_Store
*.DS_Store
*.ENV
*.lock
*types/*
*/contracts.json
181 changes: 0 additions & 181 deletions Forc.lock

This file was deleted.

0 comments on commit 3e341f5

Please sign in to comment.