Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede authored Oct 29, 2023
2 parents 6a3a1c3 + a3cf5ab commit ee3bbe2
Show file tree
Hide file tree
Showing 30 changed files with 866 additions and 780 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Rust
- name: Install Rust (${{ matrix.version }})
uses: actions-rust-lang/setup-rust-toolchain@v1.5.0
with:
toolchain: ${{ matrix.version }}
Expand All @@ -44,7 +44,8 @@ jobs:

- name: Start Redis
uses: supercharge/redis-github-action@1.5.0
with: { redis-version: 6 }
with:
redis-version: 6

- name: cargo test
run: cargo test --workspace --all-features --no-fail-fast --exclude=diesel-example -- --nocapture
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"autoreload",
"chrono",
"dotenv",
"dotenvy",
"graphiql",
"minijinja",
"nocapture",
Expand Down
Loading

0 comments on commit ee3bbe2

Please sign in to comment.