Skip to content

Commit

Permalink
Merge pull request #49 from filecoin-project/local-and-production-cra…
Browse files Browse the repository at this point in the history
…tes-build

Local and production crates build
  • Loading branch information
jbesraa authored Oct 26, 2023
2 parents b3354f3 + 3687540 commit daf3f6d
Show file tree
Hide file tree
Showing 15 changed files with 50 additions and 6,102 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:

test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
env:
GH_PRIVATE_KEY: ${{ secrets.GH_PRIVATE_KEY }}
run: cargo test -- --nocapture
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
target
.vscode
Cargo.lock
fplus-cli/Cargo.lcok
fplus-database/Cargo.lcok
fplus-http-server/Cargo.lcok

Loading

0 comments on commit daf3f6d

Please sign in to comment.