Skip to content

Commit

Permalink
Merge pull request #186 from avored/improvements
Browse files Browse the repository at this point in the history
Update rust-build.yml
  • Loading branch information
indpurvesh authored Jun 24, 2024
2 parents 6a6e0a8 + cc4379a commit c3fa55d
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/rust-build.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name: AvoRedCMS

on: [push, pull_request]

env:
CARGO_TERM_COLOR: always

jobs:
test:
name: AvoredCMS
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: Swatinem/[email protected]
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Rust Build
run: |
cp .env.example .env
cargo build
#name: AvoRedCMS
#
#on: [push, pull_request]
#
#env:
# CARGO_TERM_COLOR: always
#
#jobs:
# test:
# name: AvoredCMS
# runs-on: ubuntu-latest
#
# steps:
# - uses: actions/checkout@v4
# - uses: Swatinem/[email protected]
# - uses: actions-rs/toolchain@v1
# with:
# profile: minimal
# toolchain: stable
# override: true
# - name: Rust Build
# run: |
# cp .env.example .env
# cargo build

0 comments on commit c3fa55d

Please sign in to comment.