Skip to content

Commit

Permalink
Update workflow to fix bug + tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ReCore-sys committed Sep 11, 2024
1 parent 51673ac commit 7749f36
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
command: build
args: --release --verbose

# TODO: Enable tests
# - name: Run tests
# uses: actions-rs/cargo@v1
# with:
# command: test
# args: --verbose
TODO: Enable tests
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test
args: --verbose


- name: Upload executable
Expand All @@ -55,11 +55,11 @@ jobs:
name: ferrumc
path: target/release/ferrumc

- name: Send message to Discord
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/action-discord@master
with:
args: 'A new commit has been pushed!
# - name: Send message to Discord
# env:
# DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
# uses: Ilshidur/action-discord@master
# with:
# args: 'A new commit has been pushed!

{{ EVENT_PAYLOAD.head_commit.url }}'
# {{ EVENT_PAYLOAD.head_commit.url }}'

0 comments on commit 7749f36

Please sign in to comment.