Skip to content

bump to 1.2.4

bump to 1.2.4 #9

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build_and_test:
name: CI - Build
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Rust Toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Debug Build
# Build the debug version of the application because it's a lot faster.
run: cargo build --bin blurthing