Skip to content

Commit

Permalink
Update build workflow (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony1060 authored Jan 16, 2024
1 parent 0b6f266 commit 51b4f82
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ env:
CARGO_TERM_COLOR: always

jobs:
test_server:
test:
name: Test ENState 🧪
uses: ./.github/workflows/test.yml
secrets: inherit
build:
name: Build ENState 🚀
runs-on: ubuntu-latest
needs: [test_server]
needs: [test]
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
Expand Down

0 comments on commit 51b4f82

Please sign in to comment.