Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ishere committed Jan 27, 2024
1 parent 9126297 commit fe902ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflow/cargo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ name: Cargo test

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

env:
CARGO_TERM_COLOR: always

jobs:
build:

test:
name: Test
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit fe902ed

Please sign in to comment.