Skip to content

Commit 316155e

Browse files
committed
tests fix
1 parent 50e6217 commit 316155e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: actions-rust-lang/setup-rust-toolchain@v1
13+
with:
14+
toolchain: stable
1315
- run: cargo test
1416
rustfmt:
1517
runs-on: ubuntu-latest

src/endpoints.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ use serde::Serialize;
1111
use tower_sessions::Session;
1212

1313
use crate::{
14-
course,
1514
github_accounts::get_trainees,
1615
newtypes::GithubLogin,
1716
octocrab::{all_pages, octocrab},

0 commit comments

Comments
 (0)