We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b52061 commit af4f9b2Copy full SHA for af4f9b2
.github/workflows/publish.yml
@@ -15,8 +15,8 @@ jobs:
15
- uses: actions/checkout@v4
16
- name: Build
17
run: cargo build --verbose
18
- - name: Run tests
19
- run: GROQ_API_KEY=${{ secrets.GROQ_API_TOKEN}} cargo test --verbose
+ # - name: Run tests
+ # run: GROQ_API_KEY=${{ secrets.GROQ_API_TOKEN}} cargo test --verbose
20
21
# reference : https://github.com/azriel91/peace/blob/main/.github/workflows/publish.yml
22
crates_io_publish:
@@ -32,7 +32,7 @@ jobs:
32
33
- name: cargo-release Cache
34
id: cargo_release_cache
35
- uses: actions/cache@v3
+ uses: actions/cache@v4
36
with:
37
path: ~/.cargo/bin/cargo-release
38
key: ${{ runner.os }}-cargo-release
0 commit comments