Skip to content

Commit

Permalink
Fix gh-action for backend ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ffakenz committed Apr 25, 2024
1 parent 4beb666 commit c105502
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: ci-backend
on:
push:
branches:
- master
- main
pull_request:
paths:
- ./**
- backend/**
- .github/workflows/provision-darwin.sh
- .github/workflows/provision-linux.sh
- .github/workflows/backend.yaml
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Rust Send HTTP GET Darwin
run: |
dfx start --background
pushd .
pushd backend
RUSTFLAGS=-Ctarget-cpu=mvp make test
popd
backend-linux:
Expand All @@ -35,6 +35,6 @@ jobs:
run: |
dfxvm update
dfx start --background
pushd .
pushd backend
RUSTFLAGS=-Ctarget-cpu=mvp make test
popd

0 comments on commit c105502

Please sign in to comment.