Skip to content

Commit 51b4f82

Browse files
authored
Update build workflow (#46)
1 parent 0b6f266 commit 51b4f82

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ env:
99
CARGO_TERM_COLOR: always
1010

1111
jobs:
12-
test_server:
12+
test:
13+
name: Test ENState 🧪
1314
uses: ./.github/workflows/test.yml
15+
secrets: inherit
1416
build:
1517
name: Build ENState 🚀
1618
runs-on: ubuntu-latest
17-
needs: [test_server]
19+
needs: [test]
1820
env:
1921
SCCACHE_GHA_ENABLED: "true"
2022
RUSTC_WRAPPER: "sccache"

0 commit comments

Comments
 (0)