Skip to content

Commit

Permalink
test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timmypidashev committed Aug 1, 2023
1 parent bad90a0 commit dd59780
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/rust.yml → .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: Rust
name: Projector CI

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

env:
CARGO_TERM_COLOR: always

jobs:
build:

Expand All @@ -17,6 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo build
- name: Test
run: cargo test
# TODO: Add lint, benchmark, and possibly docgen steps later!

0 comments on commit dd59780

Please sign in to comment.