Skip to content

Commit

Permalink
Merge branch 'blocks-wip' into fix-broken-router-info-page-prefixes-q…
Browse files Browse the repository at this point in the history
…uery-link
  • Loading branch information
ximon18 committed Oct 9, 2023
1 parent 5096f6c commit 8aa601b
Show file tree
Hide file tree
Showing 48 changed files with 3,271 additions and 2,397 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
name: ci

on:
push:
branch:
main

pull_request:

workflow_dispatch:

env:
CARGO_TERM_COLOR: always

jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Ensure correct Rust toolchain version
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down
Loading

0 comments on commit 8aa601b

Please sign in to comment.