Skip to content

Commit

Permalink
WIP updates
Browse files Browse the repository at this point in the history
  • Loading branch information
djmaxus committed Aug 16, 2024
1 parent 6668a9b commit 5fc5b0c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: CI

on:
push:
pull_request:
branches: [ "master", "develop" ]
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/webpage.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Deploy Jekyll with GitHub Pages dependencies preinstalled
name: Repository webpage

on:
push:
branches: ["master"]
workflow_dispatch:

permissions:
contents: read
Expand All @@ -12,7 +11,7 @@ permissions:

concurrency:
group: "pages"
cancel-in-progress: true
cancel-in-progress: false

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ cargo clippy --profile=ci --all-features --tests --examples -- -Dwarnings && \
cargo nextest run --cargo-profile=ci --workspace --all-features --hide-progress-bar --failure-output final && \
cargo test --profile=ci --doc

# TODO: no_std tests
# TODO: cargo audit
# TODO no_std tests
# TODO cargo audit

0 comments on commit 5fc5b0c

Please sign in to comment.