Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
ubbabeck committed Feb 16, 2024
1 parent 2788e98 commit a062658
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflow/main.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
push:
branches: [ main ]
pull_request:
jobs:
jobs:

fmt:
name: Format
Expand All @@ -17,7 +17,7 @@ on:
run: |
cargo fmt -- --check
test:
name: Test nft-mintservice
runs-on: ubuntu-latest
steps:
Expand All @@ -26,8 +26,8 @@ on:

- name: Install rust
run: |
rustup set auto-self-update disable
rustup toolchain install stable --profile minimal
- name: Run sdk-core tests
rustup set auto-self-update disable
rustup toolchain install stable --profile minimal
- name: Run tests
run: cargo test

0 comments on commit a062658

Please sign in to comment.