Skip to content

Commit

Permalink
update github workflow, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
neowu committed Apr 26, 2024
1 parent b5c632d commit 20c2be1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,20 @@ name: Rust

on:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]

env:
CARGO_TERM_COLOR: always

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- uses: actions/checkout@v3
- name: check
run: cargo clippy -- -D warnings
- name: test
run: cargo test --verbose
Binary file removed cat.jpg
Binary file not shown.
Binary file removed voo.pdf
Binary file not shown.

0 comments on commit 20c2be1

Please sign in to comment.