Skip to content

Commit

Permalink
Update rust-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
indpurvesh committed Jun 24, 2024
1 parent d377183 commit cc4379a
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 cc4379a

Please sign in to comment.