Skip to content

Commit

Permalink
🐛 fix(actions): move to debug
Browse files Browse the repository at this point in the history
Signed-off-by: xtrm <oss@xtrm.me>
  • Loading branch information
xtrm-en committed Jan 30, 2024
1 parent c81d1b5 commit 26ba172
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build
name: Build (debug)

on:
push:
branches: [ main, develop ]
branches: [ develop ]
pull_request:
branches: [ main, develop ]
branches: [ develop ]

env:
CARGO_TERM_COLOR: always
Expand All @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Check & Clippy
run: cargo check --verbose && cargo clippy --verbose -- -D warnings
run: cargo check --verbose && cargo clippy --verbose
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ description = "A Rust library for the 42School API"

readme = "README.md"
license = "0BSD"
keywords = ["42", "42school", "api"]
categories = ["api-clients"]

documentation = "https://docs.rs/ft-rs"
homepage = "https://github.com/seekrs/ft-rs"
Expand Down

0 comments on commit 26ba172

Please sign in to comment.