Skip to content

Commit

Permalink
Merge pull request #877 from iduartgomez/185999014-fix-simulation
Browse files Browse the repository at this point in the history
185999014 - Fix single process simulator
  • Loading branch information
iduartgomez authored Oct 24, 2023
2 parents fd2c078 + 368d003 commit cb51219
Show file tree
Hide file tree
Showing 55 changed files with 2,649 additions and 1,900 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ on:

jobs:
test_all:
name: Test features
name: Test

runs-on: ubuntu-latest

strategy:
max-parallel: 1
matrix:
args: ["--no-default-features", "--features default"]
args: ["--no-default-features --features trace,websocket,sqlite"]
env:
FREENET_LOG: error
CARGO_TARGET_DIR: ${{ github.workspace }}/target
Expand Down
Loading

0 comments on commit cb51219

Please sign in to comment.