Skip to content

Commit

Permalink
fix: regression & ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayllyz committed Jun 22, 2024
1 parent 9950c06 commit 552d49c
Show file tree
Hide file tree
Showing 5 changed files with 499 additions and 559 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/test.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
---
name: build and test
'on':
name: CI

on:
push:
branches:
- main
pull_request:
branches:
- main

env:
CARGO_TERM_COLOR: always
RUSTFLAGS: "-Dwarnings"

jobs:
build:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Run Clippy
run: cargo clippy --all-targets --all-features

- name: Build
run: cargo build --verbose

- name: Run tests
run: cargo test --verbose
...
35 changes: 0 additions & 35 deletions .github/workflows/lint.yml

This file was deleted.

Loading

0 comments on commit 552d49c

Please sign in to comment.