Skip to content

Commit

Permalink
Fix lints, add rust cache to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Sep 22, 2024
1 parent bb6daef commit 04acbcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
name: CI

on:
push:
branches:
- "**"
tags-ignore:
- "v*"
on: [push]

jobs:
Tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
with:
workspaces: ./rs
- name: Setup
uses: ./.github/workflows/setup
- name: Backend tests
Expand Down
1 change: 0 additions & 1 deletion rs/crates/rq-core/src/git.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use anyhow::{ensure, Context, Result};
use crate::{
github::{GitProtocol, GithubRepo},
package::QuestPackage,
quest::QuestConfig,
template::QuestTemplate,
};

Expand Down

0 comments on commit 04acbcb

Please sign in to comment.