Skip to content

Commit

Permalink
Merge branch 'master' into shuffling-id
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Sep 7, 2020
2 parents 068ff88 + 9833eca commit 1671f29
Show file tree
Hide file tree
Showing 176 changed files with 9,156 additions and 4,507 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ jobs:
- uses: actions/checkout@v1
- name: Lint code for quality and style with Clippy
run: make lint
- name: Certify Cargo.lock freshness
run: git diff --exit-code Cargo.lock
arbitrary-check:
name: arbitrary-check
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ target/
flamegraph.svg
perf.data*
*.tar.gz
bin/
Loading

0 comments on commit 1671f29

Please sign in to comment.