Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Icemic committed Jun 30, 2024
1 parent 68d328b commit 879640d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: CI
on:
push:
branches:
- master
- quickjspp
- main
- feat/*
pull_request: {}
release:
types:
Expand Down Expand Up @@ -75,12 +75,12 @@ jobs:
run: |
just FEATURES="$FEATURES" test
- name: Build (--no-default-features)
env:
FEATURES: "--no-default-features"
run: |
cargo clean
just FEATURES="$FEATURES" build
# - name: Build (--no-default-features)
# env:
# FEATURES: "--no-default-features"
# run: |
# cargo clean
# just FEATURES="$FEATURES" build

# - name: Test (--no-default-features)
# env:
Expand Down
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ lint:

echo "Checking formatting..."
cargo fmt -- --check
echo "Checking clippy..."
cargo clippy
# echo "Checking clippy..."
# cargo clippy

valgrind:
echo "Checking for memory leaks..."
Expand Down

0 comments on commit 879640d

Please sign in to comment.