Skip to content

Commit

Permalink
small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
imrn99 committed Jul 5, 2024
1 parent ad647e4 commit c90938b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/simple-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: DevJobs
name: Rust CI

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

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -44,5 +48,6 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: sudo apt-get install -y libhwloc-dev
- name: Build the crate
run: cargo build --all

0 comments on commit c90938b

Please sign in to comment.