Skip to content

Commit

Permalink
another check
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Oct 2, 2024
1 parent 901adc2 commit 5125c4d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true
# - name: Set up Rust
# uses: actions-rs/toolchain@v1
# with:
# toolchain: stable
# profile: minimal
# override: true

# - name: Run cargo update --locked
# run: cargo update --locked

- name: Run cargo test
run: cargo test
# - name: Run cargo test
# run: cargo test

# - name: Run cargo build
# run: cargo build
Expand All @@ -39,7 +39,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }}
with:
RUSTTARGET: x86_64-unknown-linux-musl
# EXTRA_FILES: "README.md LICENSE"
ARCHIVE_TYPES: tar.gz
PRE_BUILD: "cargo test"

# On Release: Publish Cargo package, build and push Docker image
release:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cedar-agent"
# This update dynamically via CI
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 5125c4d

Please sign in to comment.