Skip to content

Commit

Permalink
+ ci cargo test
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Nov 8, 2024
1 parent 991e5a8 commit aef81aa
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 40 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/eval.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Evaluate
on:
pull_request:
branches: ["*"]
push:
branches: ["main", "dev"]
jobs:
check:
name: format check
runs-on: ubuntu-latest
permissions:
id-token: "write"
contents: "read"
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main

- name: Build vaultix cli
run: |
nix build .
- name: Run cargo check
run: |
nix develop -c cargo check
- name: Run cargo test
run: |
nix develop -c cargo test
40 changes: 0 additions & 40 deletions .github/workflows/lint.yaml

This file was deleted.

0 comments on commit aef81aa

Please sign in to comment.